Table of Contents
Project developed autonomously to learn more about IBM Watson API. It consists of a chatbot made in ReactJS.
The program reads consumes the IBM Watson API to send messages and show the callback.
# Clone the repository
$ git clone https://github.com/antuniooh/chatbot-antonio.git
# Access the project folder in your terminal / cmd
$ cd chatbot-antonio
# Install libs
$ npm install
# Deploy
$ npm start