Spoken IDE
Description
A coding helper created for programmers who are new to Java.
Demo for Intellij Plugin can be found here
Source code
Go to each folder and run
npm install
npm start
Deployment
Interact with API using curl
curl -X POST https://powerful-brook-17823.herokuapp.com/text/getResponse -F userInput="Hello"
Replace hello to other stuffs u need to use.