geerlingguy / beast-challenge

A control system for MrBeast's 1-100 challenge
GNU General Public License v3.0
26 stars 1 forks source link

Add live current round data endpoint for React #19

Closed geerlingguy closed 1 year ago

geerlingguy commented 1 year ago

See title.

geerlingguy commented 1 year ago
 13:30:01 ~ 
$ curl http://127.0.0.1:5000/live/round
[
  {
    "close_time": null,
    "is_accepting_votes": 1,
    "is_allowing_multiple_votes": 1,
    "is_current": 1,
    "round_id": 8,
    "start_time": null,
    "value_0": "Chicken",
    "value_1": "Steak",
    "value_2": "Oatmeal"
  }
]