JS Google Translate Free + Typescript 🚀 Simple JS library for talking to Google's Translate API for free. Eliminates IP request limitations List of supported languages https://cloud.google.com/translate/docs/
Google Translate API A Node.JS library to consume Google Translate for free. Feature Highlights Automatically detect source language Automatic spelling corrections Automatic language correction Fast and reliable Table of Contents Installation Usage Examples Credits, etc Installation # Stable version, from npm...
An unlimited free Google Translate API using Puppeteer. This service is provided to the public for educational purposes only. Demo and Usage Try it out: curl 'https://t.song.work/api?text=hello&from=en&to=zh-CN' Visit https://t.song.work/ to see more usage. This free demo can only...
He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go...
export enum TranslateService { baidu = 'baidu', google = 'google', deepl = 'deepl', } export interface BaiduApiKeyConfig { appId: string appKey: string } export interface DeepLApiKeyConfig { authKey: string } export interface ApiKeyConfig { type: TranslateService [TranslateService.baidu]?: ...
2. 💥 Package Usage 1. Translate a word | sentence Import the library to your code. For JavaScript const translator = require('@parvineyvazov/json-translator'); For TypeScript: import * as translator from '@parvineyvazov/json-translator'; // Let`s translate `Home sweet home!` string ...
Google Translate API A Node.JS library to consume Google Translate for free. Feature Highlights Automatically detect source language Automatic spelling corrections Automatic language correction Fast and reliable Table of Contents Installation Usage Examples Credits, etc Installation # Stable version, from npm...