Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faisalsaifii/pollify

Slack App for Creating Polls
https://github.com/faisalsaifii/pollify

flask javascript python react

Last synced: about 1 month ago
JSON representation

Slack App for Creating Polls

Awesome Lists containing this project

README

        

# Pollify

Amplify the process of decision-making

## Preview

Uses the `/poll` command in slack

## Run Locally

Create an ENV file with Slack App Credentials and run the shell script

```
./run.sh
```

## Run with Nix

Make sure you have nix installed and then run

```
nix develop -c make run
```