Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbkuczma/nhl.js
A JavaScript library for interacting with the NHL API
https://github.com/jbkuczma/nhl.js
hockey nhl nhl-api nodejs
Last synced: 27 days ago
JSON representation
A JavaScript library for interacting with the NHL API
- Host: GitHub
- URL: https://github.com/jbkuczma/nhl.js
- Owner: jbkuczma
- License: mit
- Created: 2018-08-14T00:07:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T03:30:05.000Z (over 5 years ago)
- Last Synced: 2024-10-06T12:08:04.030Z (about 1 month ago)
- Topics: hockey, nhl, nhl-api, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nhl.js
- Size: 53.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/jbkuczma/nhl.js.svg?branch=master)](https://travis-ci.org/jbkuczma/nhl.js)
[![npm version](https://badge.fury.io/js/nhl.js.svg)](https://badge.fury.io/js/nhl.js)
[![Dependency Status](https://img.shields.io/david/jbkuczma/nhl.js.svg)](https://david-dm.org/jbkuczma/nhl.js)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)# nhl.js
> A Node.js library for interacting with the NHL API## Installation
Install via [npm](https://www.npmjs.com/package/nhl.js).```sh
$ npm install --save nhl.js
```## Usage
See [USAGE.md](docs/USAGE.md)## Examples
See [EXAMPLES.md](docs/EXAMPLES.md)## Run Tests
```sh
npm run build
npm test
```## License
[MIT](LICENSE)