https://github.com/mrhappyma/pollpresenter
simple live polling for event(s)
https://github.com/mrhappyma/pollpresenter
Last synced: 11 months ago
JSON representation
simple live polling for event(s)
- Host: GitHub
- URL: https://github.com/mrhappyma/pollpresenter
- Owner: mrhappyma
- Created: 2024-08-09T23:05:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T01:23:58.000Z (11 months ago)
- Last Synced: 2025-07-20T03:42:17.945Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 6.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*you've heard of propresenter. now get ready for...*
# pollpresenter
simple self-hosted live polling for event(s)! i've used it for [exactly 1](https://funpinkpageant.wixsite.com/funpinkpageant) and it worked flawlessly (but your mileage may vary).
|  |  |
|--------------|------------|
## features
- create polls
- edit polls
- set custom background colors for each poll
- open polls
- vote on polls
- close polls
- view results (in a cool list or an even cooler pie chart, updating in real time over websockets)
- free & no ads or response limits (thats why it exists)
- no way to delete anything. the best data security method ever.
## setup
todo. if you really want to run this for some reason let me know and i might help.
## usage
- manage polls at `/polls` - everything actually does link to each other here!
- for voting go to `/vote/:id` or `/polls/:id/vote` - ooo options
- i recommend protecting `/polls` pages with cf access or something similar