Skip to content

Instantly share code, notes, and snippets.

View iposton's full-sized avatar
🏠
Working from home

Ian Poston iposton

🏠
Working from home
View GitHub Profile
@iposton
iposton / nhlGoalies.json
Last active July 22, 2021 21:33
NHL Goalies 2021
// 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",
@EvanBacon
EvanBacon / apple-touch-startup-image.html
Created April 17, 2019 07:10
An example of full iOS PWA startup image (splash screen) support.
<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"
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 9, 2024 19:52
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

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.

Prerequisites