This project is an Android app that allow users to compare translations result from different APIs to find the one that fits them best.
We implemented a NodeJs server to receive translation requests form the app and send requests to the different APIs and respond to the client with the result of the APIs
After downloading NodeJS :
Run this command line in the directory called Translator (containing an app.js file) :
$ npm start
Open the directory called TranslatorApp as an Android Studio Project and run it on an Emulator.