An open API service indexing awesome lists of open source software.

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

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"]
```````