☀️ Nodejs application with a client which connects to wit.ai server and displays response in web client.
install node.js
install heroku toolbelt (for windows)
git clone https://github.com/{forked}/node_wit_client.git
Open Node.js command prompt...
$ cd node_wit_client/
$ git init
$ npm install
After completing installation of required dependencies/modules.
$ heroku login
Enter your Heroku credentials.
Email: [email protected]
Password (typing will be hidden):
Authentication successful.
go to the application location
$ heroku git:remote -a appName
(while creting app first time, else fallow below steps)
$ git add .
$ git commit -m "your comment"
$ git push heroku master
- Client to communicate with node.js services.
- support formatted json request
- support formatted json response
- get intent from the wit.ai ans show it in response.