1.0.1 • Published 3 years ago

@chaonengtan/few2.1-gtranslateapilib v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

API Source: https://english.api.rakuten.net/googlecloud/api/google-translate1

About: A twist on rakuten's google translate API for personal use but also if anyone else wants

How to use: note* : REQUIRES APIKEY FROM API Source!!! 1) require module 2) create new gt object with perameter APIKEY 3) call any function part of this package

Includes: .translate(payload, targetLanguage(default=english), sourceLanguage(optional)) => returns JSON.parsed Promise .previous() => returns previous JSON data .setKey(newApiKey) => changes APIKEY to newApiKey