A Translator App - Visit App
- Auto language detection
- Spelling correction
- Language correction
- Fast and reliable – it uses the same servers that translate.google.com uses
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.
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
- Clone the repo
git clone https://github.com/sanketchaudhari10/Translator-App.git
- Install NPM packages
npm install
- To run the server, make sure you are in the root directory then
node app.js or npm run start