kapieyow / pickem

2 stars 4 forks source link

Add game possession indicator #13

Open kapieyow opened 5 years ago

kapieyow commented 5 years ago
  1. Read from NCAA (see below for example data)
  2. Store and project from API
  3. Show on UI Clients
snipped example from NCAA
{
    ...
    "status": {
        ...
        "possession": "home"
        ...
    },
    ...
}