Skip to content

tylermorrisford/todays-games-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today's NHL Games 🏒

A Typescript-based, API-first NHL fan dashboard, making use of some amazing work done by a couple of lovely folks, somehow documenting the existing NHL API. Currently the client handles all requests as the endpoint is public, and uses react-bootstrap for layout and a few helpful components. Lots of things need to be fixed or added :)

Install

  • Clone this repo
  • cd into cloned directory
  • npm install the dependencies
  • npm run start
  • Note: package.json includes a github pages deploy script that must be changed should you want to host this via github pages through your account. Info here.

Deploy hint

(For me because I forget what to run when I need to redeploy) npm run deploy -- -m "commit message"