1.4.22 • Published 10 months ago

@opentranslate2/azure v1.4.22

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@opentranslate/caiyun

npm-version OpenTranslate

caiyun translator with OpenTranslate API.

Installation

Yarn

yarn add @opentranslate/caiyun

NPM

npm i @opentranslate/caiyun

Usage

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)

API

See translator for more details.

Disclaimer

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.

1.4.22

10 months ago

1.4.21

10 months ago

1.4.20

10 months ago

1.4.12

10 months ago

1.4.11

10 months ago