https://github.com/bfirsh/hubot-shipping-forecast
https://github.com/bfirsh/hubot-shipping-forecast
hubot hubot-scripts shipping-forecast
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bfirsh/hubot-shipping-forecast
- Owner: bfirsh
- License: mit
- Created: 2014-09-18T17:55:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T00:59:11.000Z (about 10 years ago)
- Last Synced: 2024-10-26T21:05:23.721Z (over 1 year ago)
- Topics: hubot, hubot-scripts, shipping-forecast
- Language: CoffeeScript
- Homepage: https://www.npmjs.org/package/hubot-shipping-forecast
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hubot-shipping-forecast
=======================
The [shipping forecast](http://en.wikipedia.org/wiki/Shipping_Forecast) for Hubot.
ship it
Shannon. East or northeast 4 or 5, increasing 6 at times. Moderate, occasionally rough later in west. Occasional thundery rain. Moderate or good, occasionally poor.
By default it will respond to "hubot: shipping forecast". Set the `HUBOT_SHIPPING_FORECAST_SHIP_IT` environment variable to respond to "ship it".
## Installation
Run `npm install --save hubot-shipping-forecast`
Add **hubot-shipping-forecast** to your `external-scripts.json`:
```json
["hubot-shipping-forecast"]
```````