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.
- Host: GitHub
- URL: https://github.com/mdb/hubot-magicseaweed
- Owner: mdb
- Created: 2017-12-31T14:05:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T12:38:53.000Z (over 8 years ago)
- Last Synced: 2025-02-14T16:41:00.319Z (over 1 year ago)
- Language: CoffeeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-magicseaweed
A [Hubot](https://hubot.github.com) script to report the [Magicseaweed](http://magicseaweed.com) surf forecast.
[](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
```