A serverless Slack bot written in Typescript to work out if anyone wants to go to the pub
Simply use the /pub
slash command in your Slack channel to start a voting round.
You can deploy your own version using the serverless framework. First make sure to copy .env.exmaple
to .env
and fill in the values. Then deploy with the deploy command:
npm run deploy