1.0.0 • Published 7 years ago

youdao-translate v1.0.0

Weekly downloads
50
License
MIT
Repository
github
Last release
7 years ago

youdao-translate

有道翻译API for Node.js.
Youdao translate open api for Node.js with Promise.

Installation

require Node.js >= 4.8.1

npm install youdao-translate --save

Usage

First, you need to apply your key and read the documentation from here

const Youdao = require('youdao-translate')

Youdao.init({
  key: '626956391',
  keyfrom: 'pandaworkflow'
  // only: 'dict' or 'translate'
})

Youdao.query('panda').then((data) => {
  console.log(data)
})

License

MIT

1.0.0

7 years ago