Using google-translate-select with goog.io

TypeScript integration

Install
npm install google-translate-select
Quick start
import Google_translate_select from 'google-translate-select';

const client = new Google_translate_select({ apiKey: "YOUR_API_KEY" });
Status
curl \
  -H "apikey: $API_KEY" \
  https://api.goog.io/
News
curl \
  -H "apikey: $API_KEY" \
  https://api.goog.io/v1/news/{query}
Crawl
curl \
  -H "apikey: $API_KEY" \
  https://api.goog.io/v1/crawl/{query}
SDK on GitHub 📄 API Docs
SDK
google-translate-select
TypeScript
API
goog.io
goog.io
At a glance
Language TypeScript
Endpoints6
Base URLhttps://api.goog.io