Skip to content

fazxid/node-google-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Google Translate

Scrape from google translate

Installation

$ git clone https://github.com/fazxid/node-google-translate
$ npm install

Executing Shell Commands

node translate {select language} {to language} {text translate}

$ node translate auto id 'Hello World'
// Halo Dunia

$ node translate en id 'Hello World'
// Halo Dunia

Language Shortcode

Look at the google translate url :

https://translate.google.com/?sl={en}&tl={id}&text=hello%20world&op=translate

License

MIT

Copyright (c) 2020 Fazxid