wsun / multibuzzer

Simple multiplayer buzzer system, e.g. for trivia night or quiz bowl
https://multibuzz.app/
MIT License
74 stars 36 forks source link

Buzzer Sound Files Swap #30

Open NJL8719 opened 2 years ago

NJL8719 commented 2 years ago

I am trying to figure out how to host an amended version of this app. I have a specific sound effect which I have used to swap out the existing buzzer noise. Ideally if we had a scoring system allowing 5 or 10 point increase increments that would make it perfect but can always use a seperate system for scoring. The priority is to have this buzzer app hosted with the different sound effect. How do I go about hosting this under a different URL with the new buzzer sound effect? Or could the original project be changed to allow a host to set the buzzer noise to one they want to use?

wsun commented 2 years ago

Hi! I can look into what might make sense for customizable buzzer sounds - just to clarify, would this only be for yourself? (or would you want the host to be able to override the sound for everyone in the room with the custom buzzer?)

In the meantime, you're welcome to fork this project, and you can host it on any platform that can host Node.js web apps. Heroku or Render are pretty straightforward options with decent tutorials about how to get started, and of course it could work on AWS or Google too.