Skip to content

praducg/NodeWitClient

Repository files navigation

node_wit_client ⚡

☀️ Nodejs application with a client which connects to wit.ai server and displays response in web client.

Dependency Status

Usage ⚡

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

Task List ⚡

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published