https://github.com/bufferapp/buzzer
A little buzzer app for running your own quizzes or game shows!
https://github.com/bufferapp/buzzer
Last synced: 9 months ago
JSON representation
A little buzzer app for running your own quizzes or game shows!
- Host: GitHub
- URL: https://github.com/bufferapp/buzzer
- Owner: bufferapp
- License: mit
- Archived: true
- Created: 2017-03-16T23:24:40.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T14:45:56.000Z (over 1 year ago)
- Last Synced: 2025-03-06T12:52:08.310Z (11 months ago)
- Language: JavaScript
- Size: 949 KB
- Stars: 97
- Watchers: 6
- Forks: 85
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A little buzzer app for running your own quizzes or game shows! Uses websockets to sent messages.
## Running the app
You'll need [Node.js](https://nodejs.org) or [Docker](https://www.docker.com/) to run this
application. For Node:
```
npm install
node index.js
```
For Docker:
```
docker build -t buzzer .
docker run -p 8090:8090 buzzer
```
Open http://localhost:8090 in your browser to start!
## How to use
The players goto the homepage (`http://localhost:8090/`) and they can enter their name and team
number. Joining will give them a giant buzzer button!
The host heads over to `/host` and will be able to see everyone that buzzes in and clear the list
in between questions.
Join a team | Buzz in | Host view |
:-------------------------:|:-------------------------:|:-------------------------:|
|
| 
## License
MIT