Skip to content

sanketchaudhari10/Translator-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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