This document describes how to set up an Express app which talks to a Slack bot.
-
Install the dependencies
npm install
-
Add your Slack token and Watson Conversation credentials to
.env
-
Start the app
npm start
-
Launch Slack, send direct messages to your Slack bot and get responses from your Watson Conversation workspace.