#THIS IS STILL WIP - incomplete
A game system for battling your coworkers on slack.
Built with Botkit and deployed with Beep Boop to get the scoop on the the Beep Boop hosting platform. The Slack API documentation can be found here.
npm install
SLACK_TOKEN=<YOUR_SLACK_TOKEN> npm start
Things are looking good if the console prints something like:
** API CALL: https://slack.com/api/rtm.start
** BOT ID: witty ...attempting to connect to RTM!
** API CALL: https://slack.com/api/chat.postMessage
If you have linked your local repo with the Beep Boop service (check here), changes pushed to the remote master branch will automatically deploy.
This code uses the botkit npm module by the fine folks at Howdy.ai.
See the LICENSE file (MIT).