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
- Host: GitHub
- URL: https://github.com/r366y/weather_cli
- Owner: R366Y
- Created: 2025-03-17T21:27:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T21:34:43.000Z (over 1 year ago)
- Last Synced: 2025-03-17T22:46:31.359Z (over 1 year ago)
- Topics: cli-app, open-meteo, rust
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```