0.0.1 • Published 6 years ago

hubot-magicseaweed v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hubot-magicseaweed

A Hubot script to grab the Magicseaweed surf forecast information.

Build Status

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.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