node-cc-cedict

0.1.2 • Public • Published

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

/node-cc-cedict/

    Package Sidebar

    Install

    npm i node-cc-cedict

    Weekly Downloads

    1

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • johnheroy