One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
<html> | |
<head> | |
<meta name="mobile-web-app-capable" content="yes" /> | |
<meta name="apple-touch-fullscreen" content="yes" /> | |
<meta name="apple-mobile-web-app-title" content="Expo" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="default" /> | |
<link | |
rel="apple-touch-icon" | |
sizes="180x180" |
// 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", |