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: 7 months ago
JSON representation
A hubot script for NBA stats
- Host: GitHub
- URL: https://github.com/brandly/hubot-nba
- Owner: brandly
- Created: 2016-11-29T22:47:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T19:02:00.000Z (9 months ago)
- Last Synced: 2025-03-29T03:42:44.185Z (7 months ago)
- Topics: basketball, bot, chat, hacktoberfest, hubot, nba, plugin, script, stats
- Language: JavaScript
- Homepage: https://hubot.github.com/
- Size: 202 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```