google-translate-extended-api
google-translate-extended-api copied to clipboard
I use this api but not work
` const translate = require('extended-google-translate-api');
translate("parlous", "en", "de").then((res) => { console.log(JSON.stringify(res, undefined, 2)); }).catch(console.log); `
the error log in the console: { message: 'RequestError', statusCode: undefined }