0.2.0 • Published 1 year ago

phc-nhl-api v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago