hubot-darksky
v1.1.0
Published
A darksky script package for Hubot
Readme
Hubot Dark Sky
A script to grab the forecast information from Dark Sky for Hubot
Installation
Run npm install --save hubot-darksky
Add hubot-darksky to your external-scripts.json:
["hubot-darksky"]Configuration
HUBOT_DARK_SKY_API_KEYan api key from developer.forecast.ioHUBOT_DARK_SKY_DEFAULT_LOCATIONif unset,weathercommands without a location will be ignoredHUBOT_DARK_SKY_SEPARATORa configurable line separator for responses. defaults to "\n"
Sample Interaction
user> hubot: weather portland
Hubot> Weather for Portland, OR, USA
Currently: Mostly Cloudy 19.9°C/68°F
Today: Partly cloudy until this evening.
Coming week: Drizzle on Sunday, with temperatures bottoming out at 21°C/70°F on Tuesday.
