{"id":26214725,"url":"https://github.com/sturdytea/weatherapp","last_synced_at":"2026-04-24T00:32:55.515Z","repository":{"id":253278443,"uuid":"843020651","full_name":"sturdytea/WeatherApp","owner":"sturdytea","description":"Yet Another WeatherApp","archived":false,"fork":false,"pushed_at":"2024-12-30T17:19:20.000Z","size":1321,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T16:23:59.341Z","etag":null,"topics":["combine","corelocation","mvvm-architecture","openweathermap-api","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/sturdytea.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-15T15:56:22.000Z","updated_at":"2024-12-30T17:19:24.000Z","dependencies_parsed_at":"2024-11-19T14:18:27.031Z","dependency_job_id":"db6f00d2-e0a8-4ba1-9a0e-75231c495d17","html_url":"https://github.com/sturdytea/WeatherApp","commit_stats":null,"previous_names":["sturdytea/visionos-homeworks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sturdytea/WeatherApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdytea%2FWeatherApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdytea%2FWeatherApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdytea%2FWeatherApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdytea%2FWeatherApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sturdytea","download_url":"https://codeload.github.com/sturdytea/WeatherApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdytea%2FWeatherApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32204708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T00:06:41.111Z","status":"ssl_error","status_checked_at":"2026-04-24T00:06:35.224Z","response_time":53,"last_error":"SSL_read: 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":["combine","corelocation","mvvm-architecture","openweathermap-api","swiftui"],"created_at":"2025-03-12T10:18:15.418Z","updated_at":"2026-04-24T00:32:55.501Z","avatar_url":"https://github.com/sturdytea.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"row\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/348a4c1b-4b43-46bc-82ef-f4abd050892c\" style=\"width: 10%\"\u003e  \n  \u003ch1\u003eWeather App 🌦️\u003c/h1\u003e\n  \u003ca href=\"https://wakatime.com/badge/user/5faee03b-28dd-4595-ad79-0725ff7ff9aa/project/6a84d70d-11ad-4021-a22c-36bdcf0864c6\"\u003e\u003cimg src=\"https://wakatime.com/badge/user/5faee03b-28dd-4595-ad79-0725ff7ff9aa/project/6a84d70d-11ad-4021-a22c-36bdcf0864c6.svg\" alt=\"wakatime\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\nIt's a simple and minimalist weather app that provides current weather information. The app uses the OpenWeatherMap API to fetch real-time and hourly forecast weather data, air quality index, and other useful details.  \n\n## Technologies Used \n- __Stack__: SwiftUI, Combine, CoreLocation\n- __Architecture__: MVVM\n- __Patterns__: DI\n- __Third-Party APIs__: OpenWeatherMap API\n  \n## Installation \n1. Clone the repo:\n```\n   git clone https://github.com/github_username/repo_name.git\n```\n\n2. Open the project in Xcode:\n```\ncd AstanaWeatherApp\nopen AstanaWeatherApp.xcodeproj\n```\n\n## Configuration\nTo use the app, you need an API key.\n\n1. Sign in and get an free API key at [https://openweathermap.org](https://openweathermap.org)\n\n2. Edit __WeatherManager.swift__, replace constant apiKey with your API key:\n```\n// Before:\nprivate let apiKey = Bundle.main.infoDictionary?[\"API_KEY\"] as? String ?? \"API Key\"\n\n// After\nprivate let apiKey = \"your_api_key\"\n```\n\n## Screenshots\n\u003e There will be more later\n\n\u003cdiv align=\"row\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/e13d8065-3be3-4137-9a97-094757e2b45d\" height=\"350\" alt=\"Simulator Screenshot - iPhone 16 Pro - 2024-11-04 at 16 17 00\"\u003e\n\u003c/div\u003e\n\n## Future Enhancements \n- [ ] __Replace weather icon with 3D Images.__: UI looks too colorless.\n- [ ] __Add City Search.__: Allow user to search for weather in other cities.\n- [ ] __Build Widget for Home Screen.__: Users should know current weather without opening the app.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsturdytea%2Fweatherapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsturdytea%2Fweatherapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsturdytea%2Fweatherapp/lists"}