Leocardoso94 / watson-sample-chatbot

A sample chatbot using watson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample chatbot using watson


Languages

Language:CSS 47.2%Language:JavaScript 41.9%Language:HTML 10.9%