1.0.0 • Published 8 years ago

ticketmaster-slack-bot v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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-token

Also, 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 install

Start the bot!

npm start