Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vineyardbovines/nhl-api
NHL data and utilities to work with it
https://github.com/vineyardbovines/nhl-api
hockey national-hockey-league nhl nhl-api nhl-data nhl-players nhl-teams
Last synced: about 2 months ago
JSON representation
NHL data and utilities to work with it
- Host: GitHub
- URL: https://github.com/vineyardbovines/nhl-api
- Owner: vineyardbovines
- License: mit
- Created: 2019-10-28T19:28:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:48:31.000Z (about 1 year ago)
- Last Synced: 2024-11-08T15:07:47.028Z (about 2 months ago)
- Topics: hockey, national-hockey-league, nhl, nhl-api, nhl-data, nhl-players, nhl-teams
- Language: TypeScript
- Size: 67.1 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @nhl-api
![GitHub package.json version](https://img.shields.io/github/package-json/v/gretzky/nhl-api)
NHL data and utilities to work with the NHL api.
## Packages
- **`client`:** Promise-based HTTP request wrapper around the [NHL API](https://statsapi.web.nhl.com).
- **`pbp`**: Better play-by-play data handling.
- **`players`:** A comprehensive list of every NHL player to ever step foot on the ice- contains player IDs, names, and nicknames.
- **`teams`:** A list of all NHL teams with their IDs, names, nicknames, abbreviations, and colors## Contributing
Please read the [Contribution Guide](https://github.com/gretzky/nhl-api/blob/master/CONTRIBUTING.md).
## Props
All this made possible by [Drew Hynes' NHL API Documentation](https://gitlab.com/dword4/nhlapi).
## License
This project is licensed under the [MIT License](https://github.com/gretzky/nhl-api/blob/master/LICENSE).
This project is not affiliated with the NHL in any way.
NHL and the NHL Shield are registered trademarks of the National Hockey League. NHL and NHL team marks are the property of the NHL and its teams. © NHL 2019. All Rights Reserved.
---
built with [skeletor](https://github.com/gretzky/skeletor) 💀