@juststanix/gtapi
v1.0.2
Published
Use Google Translate for free.
Downloads
4
Maintainers
Readme
GTAPI
Use Google Translate for free.
Feature Highlights
- Detect source language
- Automatic spelling corrections
- Automatic language correction
- Fast and reliable
Installation
# Stable version, from npm repository
npm install --save @juststanix/gtapi
# Latest version, from GitHub repository
npm install --save juststanix/gtapi
Usage
// If you've installed from npm, do:
const translate = require('@juststanix/gtapi');
// If you've installed from GitHub, do:
const translate = require('gtapi');