https://github.com/ericthomasca/rusty_weather
A CLI weather app written is Rust.
https://github.com/ericthomasca/rusty_weather
Last synced: over 1 year ago
JSON representation
A CLI weather app written is Rust.
- Host: GitHub
- URL: https://github.com/ericthomasca/rusty_weather
- Owner: ericthomasca
- Created: 2022-09-18T02:43:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T19:24:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T05:12:31.471Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty Weather
A CLI weather app written is Rust.
## Usage
```bash
git clone https://github.com/ericthomasca/rusty_weather.git
cd rusty_weather
cargo build
cd target/debug
./rusty_weather {postal code} {country code}
```
## Example
```console
eric@term:~$ ./rusty_weather M5T CA
=================================
======== Rusty Weather ========
=================================
Weather for Downtown Toronto (Kensington Market / Chinatown / Grange Park) (43.6541, -79.3978)
Last Updated: 2022-09-19 02:44:00
21C (Feels like 22C) Clear
High: 24C Low: 19C
Wind: 11km/h SSW
Sunrise: 11:00:19 Sunset: 23:23:18
```