Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 446 Bytes

File metadata and controls

executable file
·
18 lines (12 loc) · 446 Bytes

Watson sample chatbot

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