1.0.7 • Published 6 months ago

node-google-translate-unlimited v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago