Skip to content

Instantly share code, notes, and snippets.

@ninja33
ninja33 / enpl_Cambridge.js
Last active October 14, 2020 06:48
Cambridge English->Polish dictionary script for ODH
/* global api */
class enpl_Cambridge {
constructor(options) {
this.options = options;
this.maxexample = 2;
this.word = '';
}
async displayName() {
return 'Cambridge EN->PL Dictionary';