{"id":26296155,"url":"https://github.com/rohancyberops/rust-weather-app","last_synced_at":"2026-02-14T05:05:52.426Z","repository":{"id":261430056,"uuid":"882342776","full_name":"RohanCyberOps/Rust-Weather-App","owner":"RohanCyberOps","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-23T10:34:37.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T22:31:04.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["chrohangurjar1"]}},"created_at":"2024-11-02T15:17:28.000Z","updated_at":"2024-11-23T10:34:40.000Z","dependencies_parsed_at":"2024-11-06T14:40:49.785Z","dependency_job_id":"029da3c0-80d0-459b-918b-53d6f6db24ea","html_url":"https://github.com/RohanCyberOps/Rust-Weather-App","commit_stats":null,"previous_names":["chrohangurjar1/rust-weather-app","chrohangurjar/rust-weather-app","rohancyberops/rust-weather-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RohanCyberOps/Rust-Weather-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-Weather-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-Weather-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-Weather-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-Weather-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/Rust-Weather-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-Weather-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29437368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T03:34:37.767Z","status":"ssl_error","status_checked_at":"2026-02-14T03:34:09.092Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-15T04:17:07.236Z","updated_at":"2026-02-14T05:05:52.403Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Rust","funding_links":["https://github.com/sponsors/chrohangurjar1"],"categories":[],"sub_categories":[],"readme":"# 🌤️ Rust Weather App 🌦️\n\nWelcome to the **Rust Weather App**, a simple command-line application that fetches and displays the current weather for any city using the OpenWeatherMap API. ☁️🌍\n\n## 📋 Features\n- 🔍 Fetch current weather information by city name.\n- 🌡️ Display temperature, humidity, and weather conditions.\n- 🌎 Easy to extend with more features, such as forecasts or additional data.\n\n ## 📸 Rust Weather App \n \n![Demo of Rust Weather App ](image.png)  \n*Experience how it work!*\n\n## 🚀 Getting Started\n\n### 1. Prerequisites\nMake sure you have [Rust](https://www.rust-lang.org/tools/install) installed on your machine. You can install Rust by running the following command:\n\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n\n### 2. Clone the Repository\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/chrohangurjar1/rust_weather_app.git\ncd rust_weather_app\n```\n\n### 3. Add Dependencies\nOpen the `Cargo.toml` file and ensure the following dependencies are included:\n\n```toml\n[dependencies]\nreqwest = { version = \"0.11\", features = [\"json\"] }\ntokio = { version = \"1\", features = [\"full\"] }\nserde = { version = \"1.0\", features = [\"derive\"] }\nserde_json = \"1.0\"\n```\n\n### 4. Set Up Your API Key\n1. Sign up at [OpenWeatherMap](https://openweathermap.org/) and create an API key. 🔑\n2. Replace `YOUR_API_KEY` in `src/main.rs` with your actual API key.\n\n### 5. Run the Application\nBuild and run the application:\n\n```bash\ncargo run -- \u003cCityName\u003e\n```\n\nReplace `\u003cCityName\u003e` with the name of the city you want to check the weather for, like `London` or `New York`. 🌆\n\n#### Example:\n```bash\ncargo run -- London\n```\n\n## 🌟 Contributors\n\nWe want to give a huge shoutout to everyone who has contributed to the project! 🙌 Your hard work and dedication help make this app better every day. 💪\n\n\u003ca href=\"https://github.com/chrohangurjar/Rust-Weather-App/graphs/contributors\"\u003e\n  \u003cimg alt=\"Rust-Weather-App contributors\" height='48' src=\"https://contrib.rocks/image?repo=chrohangurjar/Rust-Weather-App\u0026columns=24\" /\u003e\n\u003c/a\u003e\n\n🎉 Thank you all for your amazing contributions! Let's keep building together. 🚀\n\n## 📄 License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 📬 Contact\nFor any questions or feedback, feel free to reach out!\n\n\n---\nHappy coding! 🎈\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Frust-weather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Frust-weather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Frust-weather-app/lists"}