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

Output Buzzed Players and Times to JSON file #48

Open punproducer opened 1 year ago

punproducer commented 1 year ago

Feature request/idea

Firstly, this app is great for the trivia nights I host. However, I've started using Singular.Live graphics which has the capacity to pull in data from JSON files.

I can see the system generates this JSON file for all the players in the room. Would it be possible to include within that endpoint a list that tracks the buzzed in players and the split time between players? It would be cool to be able to use that data to drive live graphics.

wsun commented 1 year ago

Hi there, appreciate you sharing this! I think this may be doable, though it will take a bit of a refactor, since the current app stores the buzzed/time state in a different part of the data flow (sent directly via sockets). I will try to tackle this when I have some free time!