Skip to content

Commit

Permalink
Merge pull request #16 from vanedm/master
Browse files Browse the repository at this point in the history
Created soccer_standings.json
  • Loading branch information
lee2sman authored Nov 15, 2023
2 parents 5671953 + 221e844 commit 0182910
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/sports/soccer_standings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"description": "Top team for the top 5 soccer leagues",
"soccer_standings": [
{
"Country": "England",
"League": "Premier League",
"1stclub": "Man City",
"record": "9-1-2"
},
{
"Country":"Germany",
"League": "Bundesliga",
"1stclub": "Leverkusen",
"record": "10-1-0"
},
{
"Country":"Italy",
"League": "Serie A",
"1stclub": "Inter",
"record": "10-1-1"
},
{
"Country":"Spain",
"League": "Laliga",
"1stclub": "Girona",
"record": "11-1-1"

},
{
"Country":"France",
"League": "Ligue 1",
"1stclub": "PSG",
"record": "8-3-1"
}
]
}

0 comments on commit 0182910

Please sign in to comment.