Slack app for Voting on Stories and Tickets remotely and asynchronously.
- Redis
-
Read Getting started with Slack apps and Using ngrok to develop locally for Slack
-
Set up a Slack app
- Create an Slack team
- Place tokens in
.envfile - Enable
Interactive MessagesandSlash Commands
-
Install dependencies
npm install -
Run tests
npm test -
Run the server
npm run dev -
Go to http://localhost:4390 and follow the instructions.