almazk / node-google-translate-skidz

Simple Node.js library for talking to Google's Translate API for free.

Home Page:https://statickidz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Node.js library for talking to Google's Translate API for free.

https://statickidz.com

License:MIT License


Languages

Language:JavaScript 100.0%