1.0.6 • Published 5 years ago

rudo-outside-cli v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

outside-cli

Logs the current weather conditions at a location or the next 5 day forecast.

Note that this package requires an API key from OpenWeather.

npm install -g rudo-outside-cli

Set API key

> outside set <API_KEY>

Commands

# get current weather somewhere
> outside today London

#    Current conditions in London:
#    
#        10.5°C and light rain.

# get the next 5 day forecast
> outside forecast London

#    Forecast for London:
#    
#        11/27 - Temp: 11.0°C - Condition: light rain
#        11/28 - Temp:  9.6°C - Condition: overcast clouds
#        11/29 - Temp:  5.8°C - Condition: clear sky
#        11/30 - Temp:  5.3°C - Condition: clear sky
#        12/01 - Temp:  5.5°C - Condition: clear sky
1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago