An Api that translates text from one language to another using the IBM Watson Language Translator's Api and it is deployed on Heroku platform
Url base =>
https://secret-eyrie-64268.herokuapp.com/
Method | Endpoint | Request body | Response body |
---|---|---|---|
GET | /languages |
none | application/json |
POST | /translate |
application/json | application/json |
git clone https://github.com/neemiassgc/ibm-translator-api.git
cd ibm-translator-api
./gradlew build -x check
java -jar build/libs/translator-0.0.1-SNAPSHOT.jar
Open http://localhost:5000 to view it in the browser.
This project is under the Apache License