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

https://github.com/mdb/hubot-magicseaweed

A Hubot script to fetch the Magicseaweed surf forecast.
https://github.com/mdb/hubot-magicseaweed

Last synced: 12 months ago
JSON representation

A Hubot script to fetch the Magicseaweed surf forecast.

Awesome Lists containing this project

README

          

# hubot-magicseaweed

A [Hubot](https://hubot.github.com) script to report the [Magicseaweed](http://magicseaweed.com) surf forecast.

[![Build Status](https://travis-ci.org/mdb/hubot-magicseaweed.png)](https://travis-ci.org/mdb/hubot-magicseaweed)

## Installation

Run `npm install --save hubot-magicseaweed`

Add **hubot-magicseaweed** to your `external-scripts.json`:

```json
["hubot-magicseaweed"]
```

## Configuration
- `HUBOT_MAGICSEAWEED_API_KEY` an API key from [magicseaweed.com](https://magicseaweed.com)
- `HUBOT_MAGICSEAWEED_DEFAULT_LOCATION` if unset, `seaweed` commands without a location will be ignored

## Sample Interaction

```
user> hubot: seaweed 392
```

## Development

Install dependencies:

```
npm install
```

Run tests:

```
npm test
```