This is a simple Heroku-deployable Sinatra app to interact with Timestamp from Slack.
To deploy this app to Heroku:
- Create a Heroku app:
heroku create YOUR_APP_NAME
- Configure a Slack command to POST to the previously created app (
https://YOUR_APP_NAME.herokuapp.com
) - Configure the Heroku app with the Slack command token:
heroku config:set SLACK_COMMAND_TOKEN=12345 -a YOUR_APP_NAME
In Slack, enter /timestamp help
for available commands.
This code is distributed by Alpine Lab under the terms of the MIT license.
See LICENCE.md