@jimjardland/nhl
TypeScript icon, indicating that this package has built-in type declarations

3.5.3 • Public • Published

Breaking out some code from my NHL graphql api from earlier.

Making it an npm package, mainly for building Pokechecked in React Native

Installating

  npm i @jimjardland/nhl

Usage

const { getHighlights } = require('@jimjardland/nhl')

const highlights = await getHighlights()

Building

  git clone https://github.com/Jimjardland/nhl

Change to nhl directory:

   cd nhl

Install dev dependencies

  npm i

Use one of the following to build and test

  npm start             # Builds and and runs dist/lib/index.js
  npm run test          # Run unit tests
  npm run build         # builds

Readme

Keywords

none

Package Sidebar

Install

npm i @jimjardland/nhl

Weekly Downloads

3

Version

3.5.3

License

ISC

Unpacked Size

35.3 kB

Total Files

20

Last publish

Collaborators

  • jimjardland