free-translate icon indicating copy to clipboard operation
free-translate copied to clipboard

🈂️ ⠀A free and unlimited translator for Node.js.

Results 4 free-translate issues
Sort by recently updated
recently updated
newest added

can you add more params to output maybe something like this ```js resolve({ code: 200, result: res.text, autoCorrected: res.from.text.autoCorrected, pronunciation: res.pronunciation, from: res.from.language.iso, to: To }) ```

enhancement

Hi there! I was trying something really simple like this snippet: const { translate } = require('free-translate'); (async () => { const translatedText = await translate('hello world', { from: 'en',...

why its not working on server-side, its showing timeOut

The problem is nightmare not your code. https://github.com/segmentio/nightmare/issues/1636 Do you have any ideas to switch to another light weight automation??

enhancement