This effort is purely to make it easier for stats nerds and the like to make and showcase what the NHL standings would be if the Games were worth 3 points, hence abiding to IIHF rules and not artificially narrowing the gap between teams.
So far, the back-end is done (fetching and organising data) Here is what remains to be done:
- Front-end development (Vue or Svelte TBD)
- Deployment to AWS || GCP
- Storing data in Cache/DB
Here is a very simple diagram of what the architecture looks like:
I am only one person so if you see something I have missed please feel free to open up a MR/PR and I will get it merged. Generally speaking I get things done in a few days as time permits between work and other obligations.
You can reach me by mp, I'll think if Gitter makes sense, but since this is probably a very insignificant project, I don't expect an overwhelming popularity 😁
Drew Hynes This is the resource that really got me bootstraped to this project.
By inheritance, I also have to thank the 2 following developer along with their projects.
Kevin Sidwar - First real source of documentation I found on the API and gave me a nice starting point for a project that eventually evolved into this repository
Jon Ursenbach - Built out an OpenAPI 3 spec for the NHL API