1.0.2 • Published 5 years ago

@juststanix/gtapi v1.0.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
5 years ago

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');