node-google-translate-china

1.0.2 • Public • Published

Google Translate Node JS

Google Translate API client for node.js.

Install

npm install node-google-translate-china --save

OR

yarn add node-google-translate-china

USAGE

var translate = require('node-google-translate-china');
 
translate({
  text: 'text',
  source: 'es',
  target: 'en'
}, function(result) {
  console.log(result);
});

Package Sidebar

Install

npm i node-google-translate-china

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

8.15 kB

Total Files

8

Last publish

Collaborators

  • yesterday17