Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandly/hubot-nba
- Owner: brandly
- Created: 2016-11-29T22:47:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T05:29:58.000Z (over 2 years ago)
- Last Synced: 2025-01-09T10:36:28.389Z (about 1 month ago)
- Topics: basketball, bot, chat, hacktoberfest, hubot, nba, plugin, script, stats
- Language: CoffeeScript
- Homepage: https://hubot.github.com/
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```