hubot-fantasy-football-helper
Version:
Fantasy football help for your hubot
26 lines (16 loc) • 853 B
Markdown
# hubot-fantasy-football-helper
[](https://www.codacy.com/app/mike_10/hubot-fantasy-football-helper?utm_source=github.com&utm_medium=referral&utm_content=parksjr/hubot-fantasy-football-helper&utm_campaign=Badge_Grade)
Fantasy football help for your hubot
See [`src/fantasy-football-helper.coffee`](src/fantasy-football-helper.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-fantasy-football-helper --save`
Then add **hubot-fantasy-football-helper** to your `external-scripts.json`:
```json
["hubot-fantasy-football-helper"]
```
## Sample Interaction
```
user1>> hubot should i start cam newton or tom brady
hubot>> 94% of expert analysis says you should start tom brady over cam newton
```