Skip to content

thomasdail/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nationwide Insurance Chatbot

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.

Demo

A live demo of this app can be seen here.

Installation Instructions

Install Node and NPM

If you don't already have Node or NPM installed, follow these instructions.

Getting the files

Use GitHub to clone the repository locally, or download the .zip file of the repository and extract the files.

  1. Install the app package into the local Node.js runtime environment:

    npm install
    
  2. Start the app:

    npm start
    
  3. Point your browser to http://localhost:3000 to try out the app.