Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Dec 1, 2023
1 parent 6377e8b commit 8f92613
Show file tree
Hide file tree
Showing 11 changed files with 5,865 additions and 0 deletions.
Binary file added data/json/gzip/hockeydata1918.json.gz
Binary file not shown.
145 changes: 145 additions & 0 deletions data/json/hockeydata1918.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"NHL": {
"": {
"": {
"Arenas": {
"teaminfo": {
"affiliates": "",
"area": "ON",
"arena": "Arena Gardens",
"city": "Toronto",
"conference": "",
"country": "CAN",
"division": "",
"fullarea": "Ontario",
"fullcountry": "Canada",
"fullname": "Toronto Arenas",
"league": "NHL",
"name": "Arenas",
"prefix": "Toronto",
"suffix": ""
}
},
"Canadiens": {
"teaminfo": {
"affiliates": "",
"area": "QC",
"arena": "Jubilee Rink",
"city": "Montreal",
"conference": "",
"country": "CAN",
"division": "",
"fullarea": "Quebec",
"fullcountry": "Canada",
"fullname": "Montreal Canadiens",
"league": "NHL",
"name": "Canadiens",
"prefix": "Montreal",
"suffix": ""
}
},
"Senators": {
"teaminfo": {
"affiliates": "",
"area": "ON",
"arena": "The Arena",
"city": "Ottawa",
"conference": "",
"country": "CAN",
"division": "",
"fullarea": "Ontario",
"fullcountry": "Canada",
"fullname": "Ottawa Senators",
"league": "NHL",
"name": "Senators",
"prefix": "Ottawa",
"suffix": ""
}
},
"divisioninfo": {
"conference": "",
"fullname": " Division",
"league": "NHL",
"name": "",
"prefix": "",
"suffix": "Division"
},
"teamlist": [
"Senators",
"Canadiens",
"Arenas"
]
},
"conferenceinfo": {
"fullname": " Conference",
"league": "NHL",
"name": "",
"prefix": "",
"suffix": "Conference"
},
"divisionlist": [
""
]
},
"arenas": [],
"conferencelist": [
""
],
"games": [],
"leagueinfo": {
"conferences": "no",
"country": "CAN",
"date": "19181221",
"divisions": "no",
"fullcountry": "Canada",
"fullname": "National Hockey League",
"name": "NHL",
"ordertype": "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC",
"playofffmt": "League=2"
},
"quickinfo": {
"conferenceinfo": {
"": {
"fullname": " Conference",
"league": "NHL",
"name": ""
}
},
"divisioninfo": {
"": {
"conference": "",
"fullname": " Division",
"league": "NHL",
"name": ""
}
},
"teaminfo": {
"Arenas": {
"conference": "",
"division": "",
"fullname": "Toronto Arenas",
"league": "NHL",
"name": "Arenas"
},
"Canadiens": {
"conference": "",
"division": "",
"fullname": "Montreal Canadiens",
"league": "NHL",
"name": "Canadiens"
},
"Senators": {
"conference": "",
"division": "",
"fullname": "Ottawa Senators",
"league": "NHL",
"name": "Senators"
}
}
}
},
"database": "./php/data/hockey1918-19.db3",
"leaguelist": [
"NHL"
]
}
Binary file added data/jsonalt/gzip/hockeydata1918.json.gz
Binary file not shown.
Loading

0 comments on commit 8f92613

Please sign in to comment.