New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tripe

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tripe

Translate text through Google Translate.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
6
500%
Maintainers
1
Weekly downloads
 
Created
Source

Tripe Travis CI Build Status

Translate text through Google Translate.

NPM Badge

Improvements over google-translate-api

  • Supports browsers.
  • Automatically autocorrect text.
  • Simpler interface.
  • Actively maintained.

Install

npm install tripe

Usage

const tripe = require("tripe");

(async () => {
	await tripe("Good morning", "fr")
	//=> 'Bonjour!'
})()

API

tripe(text, from, to)

tripe(text, to)

text

Type: string

The text to translate.

from

Type: string

The initial language.

to

Type: string

The target language.

Keywords

google

FAQs

Package last updated on 18 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts