node-google-translate-skidz

1.1.2 • Public • Published

Google Translate Node JS Build Status

Google Translate API client for node.js.

Install

npm install node-google-translate-skidz --save

USAGE

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

/node-google-translate-skidz/

    Package Sidebar

    Install

    npm i node-google-translate-skidz

    Weekly Downloads

    721

    Version

    1.1.2

    License

    ISC

    Unpacked Size

    7.39 kB

    Total Files

    7

    Last publish

    Collaborators

    • statickidz