hubot-soccer
v1.0.0
Published
Fetches live soccer scores
Downloads
1
Readme
hubot-soccer
Fetches live soccer scores
See src/soccer.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install hubot-soccer --save
Then add hubot-soccer to your external-scripts.json
:
[
"hubot-soccer"
]
Sample Interaction
user1>> hubot football
hubot>> Spanish Primera Division: FC Barcelona 5 0 Malaga
user1>> hubot soccer
hubot>> Spanish Primera Division: FC Barcelona 5 0 Malaga
Notes
This plugin is powered by https://soccer-cli.appspot.com/. Refer to https://github.com/architv/soccer-cli/ for more details