dict-en-zh

0.2.1 • Public • Published

dict-en-zh

An English-Chinese dictionary, both cli and a node module.

screenshot

Install

$ npm install dict-en-zh

CLI

dict <word> [options]

to get help information, use dict -h or dict --help.

Module

const dict = require('dict-en-zh')
 
dict('echo').then(console.log).catch(console.trace)

API

  • dict(word[, source='shanbay']) , which is identical to dict[source](word)
  • dict.shanbay(word)
  • dict.youdao(word)

License

MIT

Package Sidebar

Install

npm i dict-en-zh

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • syaning