BROKEN FOR THE FORESEEABLE FUTURE DUE TO NHL API CHANGES
Website (https://andriamanitra.github.io/nnnhl/) for checking NHL schedule, scores, game recaps, and standings. All of the code in this repository is released into public domain: you may copy, distribute and use any of it however you wish, without having to worry about attribution (more information available on unlicense.org).
The site is built using Svelte and TypeScript. It compiles into static website that uses the NHL statsapi (unofficial documentation available on Gitlab) to fetch data.
The main goal of the project is to be more lightweight than the official site while still providing the most important bits of information. This means lower load times and less bandwidth used. To achieve this goal there will not be any ads, tracking, or images.
The following goals should be kept in mind when developing (roughly in order from most important to least important):
Contributions are accepted as long as they align with the project goals. Open an issue or make a pull request on Github to discuss changes!