Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 382 Bytes

NHL Tracker

A React app that merely displays NHL Scores and Statistics. Makes use of the NHL'S Stats API. Thanks, NHL!

Installation

Run the following from the Command Line:

git clone https://github.com/incarnateTheGreat/nhl-tracker.git

cd nhl-tracker

Once the above steps are complete, download the latest dependencies by running:

npm install

npm start