Skip to content
/ buzzer Public
forked from bufferapp/buzzer

A little buzzer app for running your own quizzes or game shows!

License

Notifications You must be signed in to change notification settings

Lorel/buzzer

This branch is 18 commits ahead of, 2 commits behind bufferapp/buzzer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3944241 · Apr 22, 2020

History

37 Commits
Apr 22, 2020
Apr 2, 2019
Apr 22, 2020
Feb 24, 2017
Dec 12, 2019
Apr 16, 2018
Apr 20, 2020
Apr 2, 2019
Apr 22, 2020
Dec 12, 2019
Apr 22, 2020
Apr 22, 2020

Repository files navigation

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 or Docker 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

About

A little buzzer app for running your own quizzes or game shows!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • CSS 25.2%
  • HTML 24.6%
  • Dockerfile 1.5%