allensarmiento / text-translate

Text-translate is a demo project that utilizes the Google Translate API to simulate translating messages to a specified language between two devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-translate

Text-translate is a demo project that utilizes the Google Translate API to simulate translating messages to a specified language between two devices. This demo project runs on localhost, but could be extended further to messaging apps or SMS APIs.

Prerequisites

  • Install node.js
  • Setup a Google Cloud project and enable the Translations API

Running this demo locally on your machine

  1. Clone the source code locally and cd into the project
$ git clone <clone with https url>
$ cd text-translate
  1. Install project dependencies
$ npm install

About

Text-translate is a demo project that utilizes the Google Translate API to simulate translating messages to a specified language between two devices.

License:MIT License


Languages

Language:JavaScript 74.9%Language:CSS 14.3%Language:HTML 10.8%