{"id":19819363,"url":"https://github.com/sandokansaruhan/weather-sando","last_synced_at":"2026-05-06T10:38:41.744Z","repository":{"id":204710161,"uuid":"164743112","full_name":"SandokanSaruhan/Weather-Sando","owner":"SandokanSaruhan","description":"Weather Sando is a simple iOS app for weather forecasting which use OpenWeatherMap API used as weather provider (swift 4.2)","archived":false,"fork":false,"pushed_at":"2023-11-08T07:20:22.000Z","size":15101,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T15:36:37.123Z","etag":null,"topics":["firebase","firebase-database","forecasting","ios","json","json-parser","openweathermap","openweathermap-api","swift","swift4","weather","weather-forecasting","weather-provider"],"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/SandokanSaruhan.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":"2019-01-08T22:21:24.000Z","updated_at":"2024-01-11T11:12:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6f8c5ea-2634-4826-b1fb-caa7f0c2f19d","html_url":"https://github.com/SandokanSaruhan/Weather-Sando","commit_stats":null,"previous_names":["sandokansaruhan/weather-sando"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SandokanSaruhan/Weather-Sando","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandokanSaruhan%2FWeather-Sando","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandokanSaruhan%2FWeather-Sando/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandokanSaruhan%2FWeather-Sando/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandokanSaruhan%2FWeather-Sando/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SandokanSaruhan","download_url":"https://codeload.github.com/SandokanSaruhan/Weather-Sando/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandokanSaruhan%2FWeather-Sando/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32689525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["firebase","firebase-database","forecasting","ios","json","json-parser","openweathermap","openweathermap-api","swift","swift4","weather","weather-forecasting","weather-provider"],"created_at":"2024-11-12T10:18:42.992Z","updated_at":"2026-05-06T10:38:41.726Z","avatar_url":"https://github.com/SandokanSaruhan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather Sando iOS APP - Swift 4.2\n\nWeather Sando is a simple iOS app for weather forecasting. \n\n- It shows the actual weather for your current location. In the forecast tab, show the forecast for the next 5 days at your current location. \n\n- This app support iOS 11.0+\n\n## Weather Provider\n\n[OpenWeatherMap](http://openweathermap.org/api) API used as weather provider.\n\n- Today Weather endpoint: [view](http://api.openweathermap.org/data/2.5/weather?lat=41.0098876953125\u0026lon=28.8713888390362\u0026units=metric\u0026APPID=67baa261ccbfd6c99703333a6dc8a562)\n\n- Forecast Weather enpoint used: [view](http://api.openweathermap.org/data/2.5/forecast?lat=41.0098876953125\u0026lon=28.8713888390362\u0026units=metric\u0026APPID=67baa261ccbfd6c99703333a6dc8a562)\n\n- Parameters of API respond: [docs](https://openweathermap.org/api)\n\n## Firebase Database\n\nUse [Firebase Database](https://firebase.google.com/docs/database/ios/start) for simple storing of current location  and  temperature when this is available.\n\n- Create A Project Database on Firebase\n\n- Create A GoogleService-Info.plist on Firebase, and change it with same file on Xcode Project \n\n- Give read and write permission on Project Database in Firebase: [view](https://stackoverflow.com/a/43295908)\n\n- Add FirebaseAppDelegateProxyEnabled type \"Boolean\" value \"NO\" in your Xcode Project info.plist\n\n## How to build\n\n1) Install pods\n\n2) Open the workspace in Xcode\n\n3) Sign up on [openweathermap.org/appid](http://openweathermap.org/appid) to get an appid\n\nYou should find `OpenWeatherMapClient.swift` file and put your appid in the line 15:\n\n``fileprivate let apiKey = \"YOUR_ID\"``\n \n4) Compile and run the app in your simulator\n\n5) If you don't see any data, please check \"Simulator\" -\u003e \"Debug\" -\u003e \"Location\" to change the location.\n\n# Requirements\n\n* Xcode 10.1\n* iOS 11+\n\n![](WeatherSandoDemo.gif)\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandokansaruhan%2Fweather-sando","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandokansaruhan%2Fweather-sando","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandokansaruhan%2Fweather-sando/lists"}