Sha256: fe671be800837a0c45d14c90c699d8d8737eff0ec0934598483ea02de13b02b0
Contents?: true
Size: 419 Bytes
Versions: 15
Compression:
Stored size: 419 Bytes
Contents
To run samples, [register a new Slack app](https://api.slack.com/apps), configure a bot user, and OAuth redirect URL to http://localhost:9292 (for development). Configure your development environment by editing `.env` and setting the client ID and secret you were given during registration. ``` SLACK_CLIENT_ID=1111111111.2222222 SLACK_CLIENT_SECRET=abcdef012345679 PORT=9292 ``` Run tests with `bundle exec rake`.
Version data entries
15 entries across 15 versions & 1 rubygems