chunibyocola / bing-translate-result

A simple translate API for Bing Translator. Exports translate, audio and detect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Error

Kayxue opened this issue · comments

You can try const { translate } = require('bing-translate-result');.
I use fetch in this package, which might not available in node.😂 Or you can clone this repo, replace the fetch with Axios.