An open API service indexing awesome lists of open source software.

https://github.com/r366y/weather_cli

A simple weather forecast command line application using open-meteo API
https://github.com/r366y/weather_cli

cli-app open-meteo rust

Last synced: about 1 year ago
JSON representation

A simple weather forecast command line application using open-meteo API

Awesome Lists containing this project

README

          

Usage: weather_cli [OPTIONS] --city

Options:
-c, --city
-u, --unit [default: metric] [possible values: metric, imperial]
-h, --help Print help
-V, --version Print version

```
weather_cli -c Oslo`
Weather for: Oslo

Current Weather

\ /
.-.
― ( ) ―
`-'
/ \

Conditions: Clear sky
Temperature: 3.1°C
Feels like: -0.7°C
Precipitation: 0 mm
Cloud cover: 9%
Humidity: 78%
Pressure: 1028.4 hPa
Wind: 11.2 km/h at 50°
Wind gusts: 23 km/h

weather_cli -c Venezia`
Weather for: Venezia

Current Weather

_`/"".-.
,\_( ).
/(___(__)
‚'‚'‚'‚'
‚'‚'‚'‚'

Conditions: Rain showers
Temperature: 8.6°C
Feels like: 7°C
Precipitation: 0 mm
Cloud cover: 100%
Humidity: 97%
Pressure: 1015.3 hPa
Wind: 7.7 km/h at 281°
Wind gusts: 13 km/h
```