translate-api
A Node.js module for working with the Google Translation. Automatically handles bulk translations that exceed the Google Translation API query limit.
DEMO

Npm Module
Install
$ npm install translate-api --save
Example
const translate = ; let transUrl = 'https://nodejs.org/en/'; translate; let transText = 'hello world!'; translate;