A simple chatbot using IBM Watson and Node.js express
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
Servidor: port http://localhost:3000/
