google-translate-extended-api icon indicating copy to clipboard operation
google-translate-extended-api copied to clipboard

I use this api but not work

Open dboylx opened this issue 3 years ago • 0 comments

` 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 }

dboylx avatar Jan 19 '22 03:01 dboylx