| Crates.io | weather-app |
| lib.rs | weather-app |
| version | 0.2.4 |
| created_at | 2025-03-20 15:52:55.529955+00 |
| updated_at | 2025-03-22 16:30:00.884997+00 |
| description | A simple CLI tool to fetch weather data, by default uses you ip location |
| homepage | |
| repository | https://github.com/Nkwenti-Severian-Ndongtsop/rust-server-projects |
| max_upload_size | |
| id | 1599401 |
| size | 50,591 |
A blazing-fast and simple command-line application to fetch and display weather information for a given city using Rust. This tool utilizes reqwest to fetch weather data from an API and serde for efficient JSON parsing.
export PATH="$HOME/.cargo/bin:$PATH"
weather-app [CITY_NAME/COUNTRY]
Example:
weather-app tokyo
🌐 reqwest - for making HTTP requests
📜 serde and serde_json - for parsing JSON data
This project is licensed under the MIT License.
Feel free to fork the repository, create issues, or submit pull requests!
🌍 Stay informed with real-time weather updates from your terminal! 🚀
🚀 Also avaialable on crate.io with the name weather-app