Skip to content

vinniciusgomes/watson-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watson sample chatbot

BCH compliance

A simple chatbot using IBM Watson and Node.js

chat-example

Intructions

Create the .env file with the same content of .env.example and add your keys.

Example of how .env will look:

WORKSPACE_ID=<workspace_id>
ASSISTANT_USERNAME=<username>
ASSISTANT_PASSWORD=<password>

To run the project execute in your terminal node app.js