Skip to content
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

corentinmb/buzzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzer

A little buzzer app for running your own quizzes or game shows! Uses websockets to sent messages.

Forked from: https://github.com/bufferapp/buzzer

Install

Create an .env file (or override Config Vars in Heroku) with a key ADMIN_BUZZER_PASSWORD and set the password.

docker build --tag node-docker .

docker run -p 3000:3000 burgerquizz

Or deploy it on a PaaS like Heroku etc...

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.3%
  • CSS 24.7%
  • Pug 22.3%
  • Dockerfile 1.7%