UNPKG

hubot-nba

Version:
24 lines (14 loc) 448 B
# 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.js) for a full list of supported commands. ### tests ```shell $ npm test ```