hubot-shorts
Version:
A Hubot script that checks if the temperature is high enough to wear shorts
23 lines (14 loc) • 510 B
Markdown
[](http://badge.fury.io/js/hubot-shorts)
# hubot-shorts
See [`src/shorts.coffee`](src/shorts.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-shorts --save`
Then add **hubot-shorts** to your `external-scripts.json`:
```json
[
"hubot-shorts"
]
```
## Contributing
There are tests! So run them when you are working on the code. Other than that you know the drill, fork it, pull request it and tada!