1.2.3 • Published 5 months ago

@stephenyeargin/hubot-openweathermap v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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.2.3

5 months ago

1.2.2

5 months ago

1.2.0

1 year ago

1.2.1

10 months ago

1.1.2

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago