Skip to content

A HTTP client to interface with Deep Translate API on RapidAPI

Notifications You must be signed in to change notification settings

carsontham/go-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-translation CLI

This is a simple command-line interface HTTP Client to send request to the Deep Translate API on RapidAPI. It allows you to translate text from one language to another using the Deep Translate service.

Prerequisites

Before running the application, make sure you have the following:

  • Go installed on your machine
  • Signed up for a RapidAPI API key for the Deep Translate API

Usage

To run the application, navigate to the root directory and run the make command:

make run

Some 2 letter languages code to use:

  1. English: en
  2. Spanish: es
  3. French: fr
  4. German: de
  5. Japanese: ja
  6. Chinese (Simplified): zh-CN
  7. Chinese (Traditional): zh-TW
  8. Russian: ru
  9. Arabic: ar
  10. Hindi: hi

Examples

Screenshot 2024-04-09 at 4 55 55 PM

About

A HTTP client to interface with Deep Translate API on RapidAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published