Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.42 KB

File metadata and controls

64 lines (42 loc) · 1.42 KB

Translator-App

A Translator App - Visit App

Features

  • Auto language detection
  • Spelling correction
  • Language correction
  • Fast and reliable – it uses the same servers that translate.google.com uses

About The Project

An Express app that translates between languages. The Google translate Api is used for the translation which auto corrects the text and also detects the input language.

English to Hindi

English to German

English to Spanish

Built With

Getting Started

Prerequisites

Make sure you have node.js installed and have npm. If not Download node.js from here.

To get latest npm version use:

npm install npm@latest -g

How to use?

  1. Clone the repo
    git clone https://github.com/sanketchaudhari10/Translator-App.git
  2. Install NPM packages
    npm install
  3. To run the server, make sure you are in the root directory then
    node app.js
    or
    npm run start