{"id":29488076,"url":"https://github.com/shine-23/the-weather-app","last_synced_at":"2025-07-15T09:21:43.908Z","repository":{"id":304655217,"uuid":"1019473050","full_name":"Shine-23/The-Weather-App","owner":"Shine-23","description":"A real-time Weather App where users can search for any city and receive live weather updates via WebSocket. Each user session manages its own city subscriptions, with automatic cleanup on disconnect. The system combines Spring Boot (REST + WebSocket) and a responsive React frontend.","archived":false,"fork":false,"pushed_at":"2025-07-14T12:01:18.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T15:00:21.154Z","etag":null,"topics":["java","reactjs","spring-boot","weather-app","webclient-springboot","websocket"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Shine-23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-07-14T11:30:53.000Z","updated_at":"2025-07-14T12:03:11.000Z","dependencies_parsed_at":"2025-07-14T15:10:45.612Z","dependency_job_id":null,"html_url":"https://github.com/Shine-23/The-Weather-App","commit_stats":null,"previous_names":["shine-23/weather-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Shine-23/The-Weather-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shine-23%2FThe-Weather-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shine-23%2FThe-Weather-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shine-23%2FThe-Weather-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shine-23%2FThe-Weather-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shine-23","download_url":"https://codeload.github.com/Shine-23/The-Weather-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shine-23%2FThe-Weather-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265425000,"owners_count":23762890,"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":["java","reactjs","spring-boot","weather-app","webclient-springboot","websocket"],"created_at":"2025-07-15T09:21:41.620Z","updated_at":"2025-07-15T09:21:43.888Z","avatar_url":"https://github.com/Shine-23.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Weather App\n\nA full-stack application to search cities and track real-time weather updates via WebSocket.\n- Frontend: React.js + Vite\n- Backend: Spring Boot with REST API \u0026 WebSocket/STOMP.\n- External API: https://openweathermap.org\n\n## Features\n- Search Weather by City: Current weather fetched on search.\n- Real-Time Weather Updates: Automatic updates pushed every 30 seconds.\n- Multiple City Tracking: Subscribe to multiple cities simultaneously.\n- Remove/Unsubscribe Cities: Stop tracking a city.\n- Session-Based Tracking:Tracks subscriptions per WebSocket session\n\n## Prerequisites\n- Java 17+\n- Node.js\n- Gradle\n\n## Setup Instructions\n### Backend Setup \n1. Update application.properties with your OpenWeatherMap API keys:\n```bash\nweather.api.key=YOUR_WEATHER_API_KEY\nweather.api.base-url=https://api.openweathermap.org\n```\n2. Run the backend:\n```bash\n./mvnw spring-boot:run\n```\n3. Backend runs on: `http://localhost:8080`\n\n###  Frontend Setup \n1. Install dependencies:\n```bash\nnpm install\n```\n2. Start the development server:\n```bash\nnpm run dev\n```\n3. Frontend runs on: `http://localhost:5173`\n  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshine-23%2Fthe-weather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshine-23%2Fthe-weather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshine-23%2Fthe-weather-app/lists"}