{"id":26914578,"url":"https://github.com/shresth88/weather-forecast","last_synced_at":"2026-04-13T22:03:46.041Z","repository":{"id":285221241,"uuid":"957429352","full_name":"Shresth88/Weather-Forecast","owner":"Shresth88","description":"This app provides accurate temperature, weather conditions, humidity, and wind speed. View forecasts based on your location, explore recent searches, and experience dynamic backgrounds that match current weather conditions.","archived":false,"fork":false,"pushed_at":"2025-03-30T11:55:21.000Z","size":3684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T12:19:58.404Z","etag":null,"topics":["api-rest","bootstrap","reactjs"],"latest_commit_sha":null,"homepage":"https://weather-forecast-wfhk.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shresth88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-30T10:59:30.000Z","updated_at":"2025-03-30T11:55:24.000Z","dependencies_parsed_at":"2025-03-30T12:30:16.659Z","dependency_job_id":null,"html_url":"https://github.com/Shresth88/Weather-Forecast","commit_stats":null,"previous_names":["shresth88/weather-forecast"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresth88%2FWeather-Forecast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresth88%2FWeather-Forecast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresth88%2FWeather-Forecast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresth88%2FWeather-Forecast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shresth88","download_url":"https://codeload.github.com/Shresth88/Weather-Forecast/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246679843,"owners_count":20816577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api-rest","bootstrap","reactjs"],"created_at":"2025-04-01T17:28:48.115Z","updated_at":"2026-04-13T22:03:45.995Z","avatar_url":"https://github.com/Shresth88.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌤 Weather Forecast App\n\n## 📌 Overview\nThe **Weather Forecast App** is a simple yet powerful web application that provides real-time weather updates for any location worldwide. It fetches data from the OpenWeather API and displays temperature, weather conditions, humidity, wind speed, and date with a dynamic UI. The app also keeps a history of recent searches and allows users to revisit them quickly.\n\n## 🚀 Features\n- 🌎 Search weather by city name\n- 🌡 Displays real-time temperature \u0026 weather conditions\n- 💨 Shows humidity and wind speed\n- 🕒 Displays local date \u0026 time\n- 📜 Recent search history with quick access\n- 🎨 Dynamic background changes based on weather conditions\n- ⚡ Fast and responsive UI\n\n## 🖼 Screenshots\n![Screenshot (169)](https://github.com/user-attachments/assets/2741d180-3c8f-49ca-bf1d-d1ef2dddeead)\n![Screenshot 2025-03-30 170000](https://github.com/user-attachments/assets/3dd7c5d0-1cac-4d26-a617-d587132b581b)\n![Screenshot 2025-03-30 170030](https://github.com/user-attachments/assets/923ada64-4db4-45af-ab45-3c0a92f20f32)\n![Screenshot 2025-03-30 170045](https://github.com/user-attachments/assets/8a968b69-62f1-4dce-a3a9-c2a418bd0ad4)\n![Screenshot 2025-03-30 170110](https://github.com/user-attachments/assets/3632ef40-ec6d-481c-83d4-13ff3025b0cb)\n![Screenshot (167)](https://github.com/user-attachments/assets/004fd796-e58f-49f1-82c2-f3f63ba258fd)\n![Screenshot 2025-03-30 170243](https://github.com/user-attachments/assets/5020ab5c-8907-4d9e-b90f-856b159c9147)\n![Screenshot (168)](https://github.com/user-attachments/assets/1e4a9780-b0fc-456f-a98c-c06bd9602bfa)\n\n## 🛠 Tech Stack\n- **Frontend:** React.js, CSS\n- **Backend:** Node.js (if needed for API proxying)\n- **API:** OpenWeather API\n- **Icons:** Tabler Icons\n- **Date Handling:** Day.js\n\n## 📦 Installation\n```sh\n# Clone the repository\ngit clone https://github.com/yourusername/weather-app.git\ncd weather-app\n\n# Install dependencies\nnpm install\n\n# Start the application\nnpm run dev\n```\n\n## 🔑 API Configuration\n1. Get your API key from [OpenWeather](https://openweathermap.org/)\n2. Create a file named `.env` in the project root\n3. Add the following line:\n   ```env\n   REACT_APP_API_KEY=your_api_key_here\n   ```\n\n## 📌 Usage\n1. Open the app in the browser (`http://localhost:5173/` by default)\n2. Enter a city name in the search bar and press Enter\n3. View real-time weather updates with dynamic background changes\n4. Access previously searched cities via the sidebar\n\n## 🤝 Contributing\nFeel free to submit a pull request if you have any improvements or new feature ideas! 🚀\n\n## 📜 License\nThis project is licensed under the MIT License.\n\n---\n💙 Built with love by [Shresth Sharma](https://github.com/Shresth88)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshresth88%2Fweather-forecast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshresth88%2Fweather-forecast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshresth88%2Fweather-forecast/lists"}