Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 776 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 776 Bytes

Build Status npm version Dependency Status code style: prettier

nhl.js

A Node.js library for interacting with the NHL API

Installation

Install via npm.

$ npm install --save nhl.js

Usage

See USAGE.md

Examples

See EXAMPLES.md

Run Tests

npm run build
npm test

License

MIT