All Projects → statickidz → node-google-translate-skidz

statickidz / node-google-translate-skidz

Licence: MIT license
Simple Node.js library for talking to Google's Translate API for free.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-google-translate-skidz

HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (-22.86%)
Mutual labels:  translator, translate, google-translate
tr4n5l4te
Use Google Translate without an API key.
Stars: ✭ 32 (-54.29%)
Mutual labels:  translator, translate, google-translate
php-google-translate-for-free
Library for free use Google Translator. With attempts connecting on failure and array support.
Stars: ✭ 124 (+77.14%)
Mutual labels:  translator, translate, google-translate
translate
A module grouping multiple translation APIs
Stars: ✭ 321 (+358.57%)
Mutual labels:  translator, translate, google-translate
bing-translate-api
A simple and free API for Bing Translator for Node.js
Stars: ✭ 37 (-47.14%)
Mutual labels:  translator, free, translate
SimpleTranslationSystem
A simple C# translation system
Stars: ✭ 14 (-80%)
Mutual labels:  translator, translate
linguist
Linguist is a powerful browser extension for translate pages and text, which are ready to replace your favorite translate service
Stars: ✭ 21 (-70%)
Mutual labels:  translator, translate
react-translator-component
React language translation module for developing a multilingual project.
Stars: ✭ 13 (-81.43%)
Mutual labels:  translator, translate
deepl-php-lib
🧠 DeepL API Client Library supporting PHP >= 7.3
Stars: ✭ 50 (-28.57%)
Mutual labels:  translator, translate
Misakatranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
Stars: ✭ 2,211 (+3058.57%)
Mutual labels:  translator, translate
gpytranslate
A Python3 library for translating text using Google Translate API.
Stars: ✭ 34 (-51.43%)
Mutual labels:  translator, translate
DocumentTranslation
Command Line tool and Windows application for document translation, a local interface to the Azure Document Translation service for Windows, macOS and Linux.
Stars: ✭ 61 (-12.86%)
Mutual labels:  translator, translate
po-auto-translation
translate PO files automatically for FREE using google translate
Stars: ✭ 33 (-52.86%)
Mutual labels:  translate, google-translate
copy-translator
简单、轻量、好用的划词翻译软件
Stars: ✭ 979 (+1298.57%)
Mutual labels:  translator, free
LibreTranslate
Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.
Stars: ✭ 3,932 (+5517.14%)
Mutual labels:  translator, translate
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+32.86%)
Mutual labels:  translator, google-translate
TranslateAPI
Simple Java library to translate your text using Google Translate without using of API KEY
Stars: ✭ 51 (-27.14%)
Mutual labels:  free, translate
Google Translate Api
A free and unlimited API for Google Translate 💵🚫
Stars: ✭ 1,996 (+2751.43%)
Mutual labels:  free, translate
translation-google
A Google Translate component for Nodejs.
Stars: ✭ 42 (-40%)
Mutual labels:  translate, google-translate
googletrans
G文⚡️: Concurrency-safe, Free and Unlimited google translate api for Golang. 🔥免费、无限、并发安全的谷歌翻译包
Stars: ✭ 94 (+34.29%)
Mutual labels:  translator, google-translate

Google Translate Node JS Build Status

Google Translate API client for node.js.

Install

npm install node-google-translate-skidz --save

USAGE

var translate = require('node-google-translate-skidz');

translate({
  text: 'text',
  source: 'es',
  target: 'en'
}, function(result) {
  console.log(result);
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].