hubot-magicseaweed
v0.0.1
Published
A Magicseaweed script package for Hubot
Downloads
2
Readme
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
:
["hubot-magicseaweed"]
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