Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)