Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 344 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 344 Bytes

hubot-weather-short

Enter a city to see the current weather.

Command: show weather

Output: " is currently °F "

Configuration

  • Obtain an API key at http://openweathermap.org/faq
  • Once obtained, set the environment variable OPEN_WEATHER_APP_ID to your API key
  • export OPEN_WEATHER_APP_ID='MYAPIKEY'