Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandly/hubot-nba

A hubot script for NBA stats
https://github.com/brandly/hubot-nba

basketball bot chat hacktoberfest hubot nba plugin script stats

Last synced: 8 days ago
JSON representation

A hubot script for NBA stats

Awesome Lists containing this project

README

        

# hubot-nba

[![Build Status](https://travis-ci.org/brandly/hubot-nba.svg?branch=master)](https://travis-ci.org/brandly/hubot-nba)

> A hubot script for NBA stats

### install

```shell
$ npm install --save hubot-nba
```

Then, add `"hubot-nba"` to your `external-scripts.json` list.

### usage

View [the code](https://github.com/brandly/hubot-nba/blob/master/src/nba.coffee) for a full list of supported commands.

### tests

```shell
$ npm test
```