caiyun translator with OpenTranslate API.
Yarn
yarn add @opentranslate/caiyun
NPM
npm i @opentranslate/caiyun
import Caiyun from '@opentranslate/caiyun'
const caiyun = new Caiyun({
config: {
//please refer to https://fanyi.caiyunapp.com/#/api
token: ""
}
});
caiyun.translate('text').then(console.log)
See translator for more details.
The material and source code from this package are for study and research purposes only. Any reliance you place on such material or source code are strictly at your own risk.