Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Last active February 9, 2021 17:58
Show Gist options
  • Save DZuz14/c3102a5717021b2a249adc2de5c8f9db to your computer and use it in GitHub Desktop.
Save DZuz14/c3102a5717021b2a249adc2de5c8f9db to your computer and use it in GitHub Desktop.
mock away home data
[
{
away: {
stat_name: "score",
stat_value: 395,
league_high: 509,
team_rank: 17
},
home: {
stat_name: "score",
stat_value: 395,
league_high: 509,
team_rank: 17
}
},
...other items
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment