1.0.0 • Published 6 years ago

yandict v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

yandict

A Yandex Dictionary API NodeJs implementation.

const yandict = require('yandict');

yandict.key = "ApiKey";

yandict.onload = async function() {
	//let langs = yandict.loaded ? yandict.langs : [ ];
	console.info((await yandict.lookup('word')).def.text);
};
1.0.0

6 years ago