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'