Skip to content

Yesterday17/node-google-translate-china

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

A China fork for node-google-translate-skidz, while uses Google's Translate API for free.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%