hubot-magicseaweed
A Hubot script to grab the Magicseaweed surf forecast information.
Installation
Run npm install --save hubot-magicseaweed
Add hubot-magicseaweed to your external-scripts.json
:
Configuration
HUBOT_MAGICSEAWEED_API_KEY
an API key from magicseaweed.comHUBOT_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