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

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!

Awesome Lists containing this project

README

          


Buzzer

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 |
:-------------------------:|:-------------------------:|:-------------------------:|
Join a team | Buzz in | Host view

## License

MIT