2021-03-15 19:09:36 +00:00
# Made With the NHL API Documentation
2022-02-07 22:09:25 +00:00
This document exists to collect things that people make using this documentation. There is zero affiliation with those projects other than I like to show appreciation back to those who appricate the work here and find it useful.
2021-03-15 19:09:36 +00:00
---
2022-02-07 22:09:25 +00:00
2023-06-05 18:58:36 +00:00
## Hockey Predictions
Description: Simple website for predicting winner of hockey games using Google Oauth and Ruby on Rails (open to contributions!)
Live: [http://predict-the-game.herokuapp.com ](http://predict-the-game.herokuapp.com )
Code: [Github organization ](https://github.com/michaeldavidmarchand )
Author: [Michael Marchand ]( https://github.com/marchandmd )
2021-08-31 17:31:32 +00:00
## Breakaway (iOS)
Description: mobile app for hockey scores, stats and standings
Twitter: https://twitter.com/breakaway_app?s=21
2021-03-15 19:09:36 +00:00
## nhl-api-explorer
Description: nuxtjs client with nodejs server (to bypass CORS headers).
2021-06-19 02:29:04 +00:00
2021-03-15 19:09:36 +00:00
Live: https://nhl-api-explorer.herokuapp.com/
2021-06-19 02:29:04 +00:00
2021-03-15 19:09:36 +00:00
Code: https://gitlab.com/sebastienblanchet/nhl-api-explorer
2021-06-19 02:29:04 +00:00
2021-03-15 19:09:36 +00:00
Author: [Sebastien Blanchet ](https://gitlab.com/sebastienblanchet )
## hockey-info.online
Description: web app showing hockey information in a mobile friendly format
2021-06-19 02:29:04 +00:00
2021-03-15 19:09:36 +00:00
Code: https://gitlab.com/dword4/hockey-info
2021-06-19 02:29:04 +00:00
2021-03-15 19:09:36 +00:00
Author: [Me ](https://gitlab.com/dword4 )
2022-01-04 22:07:00 +00:00
2022-10-19 19:20:26 +00:00
## NHL Goal Classification using Social Media
Description: This project uses social media data from Reddit and Twitter to detect goals during NHL games. Goals events were classified using a sliding window and lexicon-based classification method.
Code: https://github.com/brendanartley/NHL-Event-Detection
Author: [brendanartley ](https://github.com/brendanartley )
2022-01-04 22:07:00 +00:00
## Analytics Report Generator
Description: Automated analytics report generator built with FPDF
Code: https://github.com/brendanartley/Analytics-Report-Generator
Author: [brendanartley ](https://github.com/brendanartley )
2022-02-07 22:09:25 +00:00
## Open-Hockey-API
Description: A (WIP) GraphQL server wrapping the documented endpoints of this project into a single endpoint. Utilizes GQL to group data returned via these endpoints for common use cases into a single/few request(s).
Code: https://github.com/Rblock919/open-hockey-api
Author: [rblock919 ](https://github.com/Rblock919 )