A language translator made using IBM-WATSON language translator api
Demo: https://translator-node-deploy.herokuapp.com/
Go to the IBM watson website and sign up for the translator api. After selecting the translator service you need to download the api key.
Clone this repo
git clone https://github.com/prabalp/ibmWatson_nodeTranslator.git
cd ibmWatson_nodeTranslatorInstall all npm packages
npm iCreate a .env file in the root directory and setup the enviromental variables
LANGUAGE_TRANSLATOR_URL= url from ibm account
LANGUAGE_TRANSLATOR_IAM_APIKEY=key from ibm account