Created by: Matt McFarland
This is a work-in-progress tool that uses the NHL API to get player stats. The intention is to be able to apply an algorithm that will give players a rating based on how much they will help your fantasy hockey team given a particular league scoring format. This can then be used to stack rank players to help you with who to pick next during draft day.
- AgGrid
- JavaScript
- HTML
- CSS
Before you begin, ensure you have met the following requirements:
- You have an Internet browser (Chrome, Firefox, Safari, etc)
- You have a code editor (VS Code, Atom, etc)
To install Fantasy Hockey Draft Tool, follow these steps:
Via Downloading from GitHub:
- Download this repository onto your machine by clicking the "Clone or Download" button
- Download and extract the zip file to a directory of your choice
- Open up the directory in your preferred code editor
- Open the index.html file in your preferred browser
Via command line:
$ git clone https://github.com/HeyImMatt/fantasy-hockey-draft-tool.git
$ cd fantasy-hockey-draft-tool
$ code .
$ open index.html
This is a work-in-progress.
If you want to contact me you can reach me at [email protected]
This project uses the following license: MIT
Copyright (c) 2020 Matt McFarland