Skip to content

Simple assistant for compiling your rankings and managing your offline fantasy football draft.

Notifications You must be signed in to change notification settings

NateConroy1/fantasy-draft-helper

Repository files navigation

Simple assistant for compiling your rankings and managing your offline fantasy football draft. fantasy-draft-helper

Deploy Status

Branch Status Target
develop Netlify Status https://www.fantasy.nateconroy.com

Usage

  • Import CSV ranking list files (overall or by postition).
  • View them side by side in table format, as well as the generated aggregate rankings calculated by taking the average ranking of each player across each of your imported lists.
  • Search and select, or click to toggle any player's draft availability. This will propagate to each of the lists.
  • Reset to clear the boards and mark all players as available after completing a draft, and draft again.
  • Imported rankings and player availability are persisted in local storage, so you can navigate away and come back.

Ranking List Requirements

Imported ranking lists must be in CSV format. The following column header strings are recognized by the tool. They can appear in any order and additional columns are ignored.

Accepted Headers Required Description
  • "name"
  • "player"
Yes name of the player
  • "position"
  • "pos"
Yes position of the player ("RB", "WR", "TE", "QB", "K", "DST")
  • "team"
Yes official abbreviation of the player's team if applicable (ex. "BUF")
  • "bye"
  • "bye week"
No player bye week if applicable
  • "tier"
No integer representing a tier for the player (one per player, many players per tier)
  • "value"
  • "val"
No string representing the value of a player (ex. "$50")

Development

Clone the repo

$ git clone https://github.com/NateConroy1/fantasy-draft-helper.git

Go to the project directory and install dependencies

$ cd fantasy-draft-helper && npm install

Build a dev version

$ gatsby develop

Build a production version

$ gatsby build
$ gatsby serve

About

Simple assistant for compiling your rankings and managing your offline fantasy football draft.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published