Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

stephenyeargin/hubot-wunderground

Repository files navigation

Hubot Weather Underground

npm version Build Status

Get the latest weather from Weather Underground

See src/wunderground.coffee for full documentation.

Original work by @alexdean and others.

Configuration

Configuration Variable Required? Description
HUBOT_WUNDERGROUND_API_KEY Yes API key from Wunderground
HUBOT_WUNDERGROUND_USE_METRIC No Set to any value to use Celsius

Installation

In hubot project repo, run:

npm install hubot-wunderground --save

Then add hubot-wunderground to your external-scripts.json:

[
  "hubot-wunderground"
]

Sample Interaction

User> @hubot weather in nashville tn
Hubot> Friday in nashville tn: Clear. Lows overnight in the low 60s. (7199)

NPM Module

https://www.npmjs.com/package/hubot-wunderground