Files
puppeteer-scraper/db.json
Frank Delaguila 001e362d38 what is going on
2022-10-04 20:46:30 -06:00

88 lines
1.5 KiB
JSON

{
"games": [
{
"florida": {
"date": "Sep 3, 2022",
"utah_score": 26,
"opponent_points": 29
}
},
{
"southernutah": {
"date": "Sep 10, 2022",
"utah_score": 73,
"opponent_points": 7
}
},
{
"sandiegostate": {
"date": "Sep 17, 2022",
"utah_score": 35,
"opponent_points": 7
}
},
{
"arizonastate": {
"date": "Sep 24, 2022",
"utah_score": 34,
"opponent_points": 13
}
},
{
"oregonstate": {
"date": "Oct 1, 2022",
"utah_score": 42,
"opponent_points": 16
}
},
{
"ucla": {
"date": "Oct 8, 2022",
"utah_score": 0,
"opponent_points": 0
}
},
{
"usc": {
"date": "Oct 15, 2022",
"utah_score": 0,
"opponent_points": 0
}
},
{
"washingtonstate": {
"date": "Oct 27, 2022",
"utah_score": 0,
"opponent_points": 0
}
},
{
"arizona": {
"date": "Nov 5, 2022",
"utah_score": 0,
"opponent_points": 0
}
},
{
"stanford": {
"date": "Nov 12, 2022",
"utah_score": 0,
"opponent_points": 0
}
},
{
"oregon": {
"date": "Nov 19, 2022",
"utah_score": 0,
"opponent_points": 0
}
},
{
"colorado": {
"date": "Nov 26, 2022",
"utah_score": 0,
"opponent_points": 0
}
}
]
}