This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is a list of starting NHL Goalies from the 2021 season in json format. | |
// The id is related to My Sports Feeds api. | |
// The nhlId is related to nhl.com | |
// numberOne boolean signifies the teams main starting goalie which is subject to change throughout the year. | |
// I will make updates to this data through out the season. | |
// The live api feed of these items can be fetched here. https://ejs-ssr.herokuapp.com/nhlgoalies | |
{ | |
"Samsonov":{ | |
"id": 5617, | |
"firstName": "Ilya", |