0.1.2 • Published 10 years ago

node-cc-cedict v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

node-cc-cedict Build Status

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