hubot-nba
Version:
A hubot script for NBA stats
24 lines (14 loc) • 448 B
Markdown
# hubot-nba
[](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.js) for a full list of supported commands.
### tests
```shell
$ npm test
```