1.0.7 • Published 6 months ago
node-google-translate-unlimited v1.0.7
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?