@opentranslate/google

v1.2.0
Google translator with OpenTranslate API.
OpenTranslate translate translator

@opentranslate/google

npm-version OpenTranslate

Google translator with OpenTranslate API.

Installation

Yarn

yarn add @opentranslate/google

NPM

npm i @opentranslate/google

Usage

import Google from '@opentranslate/google'

const google = new Google({
  order: ['com', 'cn'],
  // search all at the same time
  concurrent: true,
  // googleapi as fallback
  apiAsFallback: true
})

google.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.

npm i @opentranslate/[email protected]

Metadata

  • MIT
  • Whatever
  • OpenTranslate
  • released 4/16/2020

Downloads