bitcoinbrisbane / bitcoinpokertour

https://www.bitcoinpokertour.com/
1 stars 6 forks source link

Event details stats #11

Open bitcoinbrisbane opened 1 month ago

bitcoinbrisbane commented 1 month ago

Relates to #7

Show stats of the event on the event page. /schedule/:id/stats

Json will be something like

{
    "registrations": 0,
    "prize_pool": 0,
    "prize_pool_usd": 0
}
bitcoinbrisbane commented 3 weeks ago

API deployed

{
    "registrations": 0,
    "prize_pool": 0,
    "prize_pool_usd": 0
}