Skip to content

Parsing my NHL fantasy league team stats and print combined seasons results by player (regular season & playoffs separately)

License

Notifications You must be signed in to change notification settings

maestor/node-fantrax-stats-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-fantrax-stats-parser

Purpose

Lightweight API to parse my NHL fantasy league team stats and print combined seasons results by player (regular season & playoffs separately) as JSON. CSV files exported manually from Fantrax. This is also some kind of practice to get some knowledge about micro, if it would be good replacement for example heavy express server in some use cases. And finally, I have made last years at least 95% Frontend stuff with JS, so that is good little project to keep backend stuff on my mind.

Installation and use

1. Install Node (at least 18.x recommended)
2. Clone repo
3. yarn
4. yarn dev
5. Go to endpoints mentioned below

Endpoints

/players/season/:reportType/:season/:sortBy - Get player stats for single season

/players/combined/:reportType/:sortBy - Get player stats combined (repository data starting from 12-13 season)

/goalies/season/:reportType/:season/:sortBy - Get goalie stats for single season

/goalies/combined/:reportType/:sortBy - Get goalie stats combined (repository data starting from 12-13 season, goal against average and save percentage NOT included as combined!)

Parameters

reportType - Required. Currently available options: regular, playoffs.

season - Optional. Needed only in single season endpoint. Starting year of the season want to check. If not specified, latest available season will show.

sortBy - Optional. Sort results by specific stats field. Currently available options: games, goals, assists, points, penalties, ppp, shp for both. shots, plusMinus, hits, blocks for players only and wins, saves, shutouts for goalies only. If not specified, sort by points (players) and by wins (goalies).

Technology

Written with TypeScript, using micro with NodeJS server to get routing work. Library called csvtojson used for parsing sources.

Todo

  • Start using database and CSV import tool
  • Find out if Fantrax offers some API to get needed data easily instead of CSV export
  • Some kind of UI for stats (very low prio, it might be enough to get numbers copypaste when needed somewhere)

Feel free to suggest feature / implementation polishing with writing issue or make PR if you want to contribute!

About

Parsing my NHL fantasy league team stats and print combined seasons results by player (regular season & playoffs separately)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published