1.0.7 • Published 7 months ago

node-google-translate-unlimited v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Google Translate Node JS

Google Translate API client for node.js.

Install

npm install node-google-translate-unlimited --save

USAGE

import translate from "node-google-translate-unlimited";

// Uso del paquete
translate("Hola, Como estas?", "es", "en")
  .then((res) => console.log(res.translation))
  .catch((err) => console.error(err));

RESULT

Hello how are you?
1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago