phc-nhl-api
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i phc-nhl-api

    Weekly Downloads

    5

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    21.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • scott-mccartney