1.0.6 • Published 4 years ago

rudo-outside-cli v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago