@theowenyoung/caiyun
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

@theowenyoung/caiyun

npm-version OpenTranslate

caiyun translator with OpenTranslate API.

Installation

Yarn

yarn add @theowenyoung/caiyun

NPM

npm i @theowenyoung/caiyun

Usage

import Caiyun from '@theowenyoung/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.

Package Sidebar

Install

npm i @theowenyoung/caiyun

Weekly Downloads

1

Version

1.5.1

License

MIT

Unpacked Size

13.4 kB

Total Files

11

Last publish

Collaborators

  • theowenyoung