| Crates.io | real-time-global-weather-tracker |
| lib.rs | real-time-global-weather-tracker |
| version | 0.1.0 |
| created_at | 2024-12-15 17:22:59.610409+00 |
| updated_at | 2024-12-15 17:22:59.610409+00 |
| description | A CLI-based weather forecasting app |
| homepage | |
| repository | https://github.com/Firespiko/weather-forecast-app |
| max_upload_size | |
| id | 1484302 |
| size | 92,846 |
A simple and interactive weather forecasting app built using Rust. This app allows you to check the weather forecast for any city worldwide by providing real-time data using the OpenWeather API.
git clone https://github.com/Firespiko/weather-forecast-app
cd weather_forecasting_app
.env file in the root directory:Create a .env file and add the following line:
WEATHER_API=your_openweather_api_key
This project uses dotenv, reqwest, forecast, dialoguer, and crossterm. Cargo will automatically handle the dependencies for you when you build the project.
`cargo run`
src/bin/main.rs: The main binary code, where the app logic resides.src/lib.rs: Contains the data structures and function definitions used in the app..env: Stores your OpenWeather API key.
Feel free to fork the repository and submit issues or pull requests. Contributions are welcome!
For any questions or feedback, feel free to reach out at [adikarks@gmail.com].
This project is licensed under the MIT License.