{"id":22314533,"url":"https://github.com/piotrpdev/aero-weather","last_synced_at":"2026-04-16T04:32:23.371Z","repository":{"id":264926712,"uuid":"844573176","full_name":"piotrpdev/aero-weather","owner":"piotrpdev","description":"Desktop/Web weather app with a Windows Aero inspired design.","archived":false,"fork":false,"pushed_at":"2024-08-30T02:11:37.000Z","size":9100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-07T18:59:28.906Z","etag":null,"topics":["aero","rust","tauri","weather","weather-app"],"latest_commit_sha":null,"homepage":"https://aero-weather.piotrp.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piotrpdev.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}},"created_at":"2024-08-19T14:30:22.000Z","updated_at":"2025-01-04T20:43:22.000Z","dependencies_parsed_at":"2024-11-29T01:17:03.601Z","dependency_job_id":null,"html_url":"https://github.com/piotrpdev/aero-weather","commit_stats":null,"previous_names":["piotrpdev/aero-weather"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/piotrpdev/aero-weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Faero-weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Faero-weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Faero-weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Faero-weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrpdev","download_url":"https://codeload.github.com/piotrpdev/aero-weather/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Faero-weather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31871565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aero","rust","tauri","weather","weather-app"],"created_at":"2024-12-03T22:10:27.334Z","updated_at":"2026-04-16T04:32:23.337Z","avatar_url":"https://github.com/piotrpdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-configure-file {\n  \"MD033\": false,\n  \"MD041\": false\n} --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Aero Weather\n\n_**Weather app with a [Windows Aero][aero] inspired design.**_\n\nDesign is\n[\"attempt at designing the weather app\"][design]\nby [kilobyte (@1000kilobytes)](https://x.com/1000kilobytes).\n\n![preview]\n\n\u003c/div\u003e\n\n## Development\n\n\u003e [!WARNING]\n\u003e Only tested on **Windows 11 23H2**.\n\nMake sure you have the [Tauri prerequisites][tauri-pre] installed.\n\nThen run the following:\n\n```bash\nnpm install\nnpm run tauri dev\n```\n\n## Licenses\n\nThis project is licensed under the [GNU GPL v3.0][license].\n\nMade using the following resources:\n\n| Resource                                  | License                           |\n|:------------------------------------------|:----------------------------------|\n| [kilobyte's Weather App Design][design]   | N/A[^1]                           |\n| [`tauri-plugin-decorum` Example][decorum] | [MIT][decorum-license]            |\n| [WMO Code Descriptions][wmo]              | N/A[^2]                           |\n| [Nominatim Reverse Geocoding API][geo]    | [ODbL][geo-license][^3] (data)    |\n| [Open-Meteo Forecast API][meteo]          | [CC BY 4.0][meteo-license] (data) |\n| [Realll Weather Icons][realll]            | N/A[^4]                           |\n| Weather Backgrounds                       | [Unsplash][unsplash]              |\n| [Compass Image][compass]                  | [Freepik Free][freep-license][^5] |\n\n[^1]: Used with attribution. The design is also heavily inspired by other designs,\nmainly [Windows Aero][aero] and the [macOS Sonoma 14 Weather app][mac].\n\n[^2]: Codes were created by the [World Meteorological Organization][wmo-codes],\nso presumably the descriptions are free to use.\n\n[^3]: OpenStreetMap® is open data, licensed under the\n[Open Data Commons Open Database License (ODbL)][geo-license] by the\n[OpenStreetMap Foundation (OSMF)][osmf].\n\n[^4]: Found on a [very old xdaforums post][realll], probably abandonware.\n\n[^5]: [\"Realistic map compass background\"][compass] designed by [Freepik][freepik].\n\n[preview]: ./public/preview.png\n[aero]: https://en.wikipedia.org/wiki/Windows_Aero\n[tauri-pre]: https://v2.tauri.app/start/prerequisites/\n[license]: ./LICENSE\n[design]: https://x.com/1000kilobytes/status/1825361813774708910/\n[mac]: https://support.apple.com/en-gb/guide/weather-mac/apdw93f0ea3e/4.0/mac/14.0\n[wmo]: https://gist.github.com/stellasphere/9490c195ed2b53c707087c8c2db4ec0c\n[wmo-codes]: https://www.nodc.noaa.gov/archive/arc0021/0002199/1.1/data/0-data/HTML/WMO-CODE/WMO4677.HTM\n[geo]: https://nominatim.org/release-docs/latest/api/Overview/\n[geo-license]: https://www.openstreetmap.org/copyright\n[osmf]: https://osmfoundation.org/\n[meteo]: https://open-meteo.com/en/docs\n[meteo-license]: https://open-meteo.com/en/license\n[decorum]: https://github.com/clearlysid/tauri-plugin-decorum\n[decorum-license]: https://github.com/clearlysid/tauri-plugin-decorum/blob/main/LICENSE\n[realll]: https://xdaforums.com/t/collection-weather-icon-sets-for-uccw-2-0.1922149/\n[unsplash]: https://unsplash.com/license\n[compass]: https://www.freepik.com/free-vector/realistic-map-compass-background_1631670.htm\n[freepik]: http://www.freepik.com\n[freep-license]: http://www.freepik.com/terms_of_use\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpdev%2Faero-weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpdev%2Faero-weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpdev%2Faero-weather/lists"}