Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:24:02.000Z (about 2 years ago)
- Last Synced: 2024-04-09T15:07:21.782Z (9 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?
[![Build Status](https://travis-ci.com/threesquared/pub.svg?branch=master)](https://travis-ci.com/threesquared/pub)
![GitHub package.json version](https://img.shields.io/github/package-json/v/threesquared/pub.svg)
![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/threesquared/pub.svg)
![GitHub](https://img.shields.io/github/license/threesquared/pub.svg)> 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.
![Screen Recording 2019-06-25 at 01 45 pm](https://user-images.githubusercontent.com/892142/60099619-f0392c00-974f-11e9-8ad7-532848d3cbc9.gif)
## 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
```