UNPKG

hubot-fantasy-football-helper

Version:
26 lines (16 loc) 853 B
# hubot-fantasy-football-helper [![Codacy Badge](https://api.codacy.com/project/badge/Grade/359cf2a963864a88aa84de353633ea58)](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 ```