ticketmaster-slack-bot
v1.0.0
Published
The Ticketmaster AP Slack bot
Downloads
13
Readme
The Ticketmaster API Slack Bot
Setup and Installation
Before you're able to use the bot, you'll need to set up an envinronment variable with your Slack API Token:
export SLACK_API_TOKEN=api-tokenAlso, make sure you store this variable in /etc/environments
If you're using Heroku, set your variable there as well:
heroku config:set SLACK_API_TOKEN="api-token"Download the codebase and install all dependencies
npm installStart the bot!
npm start