https://github.com/threesquared/pub
A serverless Slack bot to work out if anyone wants to go to the pub
https://github.com/threesquared/pub
lambda pub serverless slack typescript
Last synced: 3 months ago
JSON representation
A serverless Slack bot to work out if anyone wants to go to the pub
- Host: GitHub
- URL: https://github.com/threesquared/pub
- Owner: threesquared
- License: mit
- Created: 2019-06-14T21:01:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:24:02.000Z (over 2 years ago)
- Last Synced: 2025-01-28T01:13:50.763Z (5 months ago)
- Topics: lambda, pub, serverless, slack, typescript
- Language: TypeScript
- Homepage:
- Size: 3.34 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pub?
[](https://travis-ci.com/threesquared/pub)


> A serverless Slack bot written in Typescript to work out if anyone wants to go to the pub
## Usage
Simply use the `/pub` slash command in your Slack channel to start a voting round.

## Deploy
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:
```bash
npm run deploy
```