1.1.2 • Published 1 month ago

@stephenyeargin/hubot-openweathermap v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

OpenWeatherMap for Hubot

Retrieves the current conditions for a configured location or by query.

npm version Node CI

Installation

In your hubot repository, run:

npm install @stephenyeargin/hubot-openweathermap --save

Then add @stephenyeargin/hubot-openweathermap to your external-scripts.json:

[
  "@stephenyeargin/hubot-openweathermap"
]

Configuration

Environment VariablesRequired?Description
HUBOT_OPEN_WEATHER_MAP_API_KEYYesAPI key from the developer console
HUBOT_DEFAULT_LATITUDENoLatitude for default query of hubot weather
HUBOT_DEFAULT_LONGITUDENoLongitude for default query of hubot weather

Usage

user1> hubot weather
hubot> Currently scattered clouds and 49F/10C in Nashville

Slack

screenshot

1.1.2

1 month ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.0

5 months ago