phc-nhl-api
v0.2.0
Published
Utility methods and models to call the NHL API
Downloads
14
Maintainers
Readme
PHC NHL API
This package is based on the documentation from https://gitlab.com/dword4/nhlapi. This project can be used to call the NHL API and get typed responses. Currently this project only supports Javascript.
Installation
Run npm i phc-nhl-api
.
Usage
import { getBoxscore, Boxscore } from 'phc-nhl-api';
const myMethod = async () => {
const boxscore = await getBoxscore('2023020001');
}
Support
This project is currently in progress and is not on v1.0.0. Feel free to contribute on Github, or reach out to @ScottMccTech.