This node.js application uses IBM Watson conversation service to assist Nationwide customers in choosing a life Insurance plan. This application allows the customer to have a natural converation with a chatbot.
A live demo of this app can be seen here.
If you don't already have Node or NPM installed, follow these instructions.
Use GitHub to clone the repository locally, or download the .zip file of the repository and extract the files.
-
Install the app package into the local Node.js runtime environment:
npm install
-
Start the app:
npm start
-
Point your browser to http://localhost:3000 to try out the app.