node-cc-cedict
v0.1.2
Published
Node.js Interface for CC-CEDICT
Downloads
4
Maintainers
Readme
node-cc-cedict
node-cc-cedict provides a convenient asynchronous JavaScript API for the popular CC-CEDICT Chinese-English dictionary. This is a 'batteries-included' library and comes with a premade SQLite conversion of the entire dictionary.
Usage
var cedict = require('node-cc-cedict');
cedict.searchByChinese('你好', function(words){
console.log(words);
});
License
MIT