1.0.4 • Published 6 years ago

hubot-wunderground v1.0.4

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

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 VariableRequired?Description
HUBOT_WUNDERGROUND_API_KEYYesAPI key from Wunderground
HUBOT_WUNDERGROUND_USE_METRICNoSet 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

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago