Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpdev/aero-weather
Weather app with a Windows Aero inspired design.
https://github.com/piotrpdev/aero-weather
aero rust tauri weather weather-app
Last synced: about 1 month ago
JSON representation
Weather app with a Windows Aero inspired design.
- Host: GitHub
- URL: https://github.com/piotrpdev/aero-weather
- Owner: piotrpdev
- License: gpl-3.0
- Created: 2024-08-19T14:30:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T02:11:37.000Z (4 months ago)
- Last Synced: 2024-11-26T21:15:03.931Z (about 1 month ago)
- Topics: aero, rust, tauri, weather, weather-app
- Language: TypeScript
- Homepage: https://aero-weather.piotrp.dev/
- Size: 8.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aero Weather
_**Weather app with a [Windows Aero][aero] inspired design.**_
Design is
["attempt at designing the weather app"][design]
by [kilobyte (@1000kilobytes)](https://x.com/1000kilobytes).![preview]
## Development
> [!WARNING]
> Only tested on **Windows 11 23H2**.Make sure you have the [Tauri prerequisites][tauri-pre] installed.
Then run the following:
```bash
npm install
npm run tauri dev
```## Licenses
This project is licensed under the [GNU GPL v3.0][license].
Made using the following resources:
| Resource | License |
|:------------------------------------------|:----------------------------------|
| [kilobyte's Weather App Design][design] | N/A[^1] |
| [`tauri-plugin-decorum` Example][decorum] | [MIT][decorum-license] |
| [WMO Code Descriptions][wmo] | N/A[^2] |
| [Nominatim Reverse Geocoding API][geo] | [ODbL][geo-license][^3] (data) |
| [Open-Meteo Forecast API][meteo] | [CC BY 4.0][meteo-license] (data) |
| [Realll Weather Icons][realll] | N/A[^4] |
| Weather Backgrounds | [Unsplash][unsplash] |
| [Compass Image][compass] | [Freepik Free][freep-license][^5] |[^1]: Used with attribution. The design is also heavily inspired by other designs,
mainly [Windows Aero][aero] and the [macOS Sonoma 14 Weather app][mac].[^2]: Codes were created by the [World Meteorological Organization][wmo-codes],
so presumably the descriptions are free to use.[^3]: OpenStreetMap® is open data, licensed under the
[Open Data Commons Open Database License (ODbL)][geo-license] by the
[OpenStreetMap Foundation (OSMF)][osmf].[^4]: Found on a [very old xdaforums post][realll], probably abandonware.
[^5]: ["Realistic map compass background"][compass] designed by [Freepik][freepik].
[preview]: ./public/preview.png
[aero]: https://en.wikipedia.org/wiki/Windows_Aero
[tauri-pre]: https://v2.tauri.app/start/prerequisites/
[license]: ./LICENSE
[design]: https://x.com/1000kilobytes/status/1825361813774708910/
[mac]: https://support.apple.com/en-gb/guide/weather-mac/apdw93f0ea3e/4.0/mac/14.0
[wmo]: https://gist.github.com/stellasphere/9490c195ed2b53c707087c8c2db4ec0c
[wmo-codes]: https://www.nodc.noaa.gov/archive/arc0021/0002199/1.1/data/0-data/HTML/WMO-CODE/WMO4677.HTM
[geo]: https://nominatim.org/release-docs/latest/api/Overview/
[geo-license]: https://www.openstreetmap.org/copyright
[osmf]: https://osmfoundation.org/
[meteo]: https://open-meteo.com/en/docs
[meteo-license]: https://open-meteo.com/en/license
[decorum]: https://github.com/clearlysid/tauri-plugin-decorum
[decorum-license]: https://github.com/clearlysid/tauri-plugin-decorum/blob/main/LICENSE
[realll]: https://xdaforums.com/t/collection-weather-icon-sets-for-uccw-2-0.1922149/
[unsplash]: https://unsplash.com/license
[compass]: https://www.freepik.com/free-vector/realistic-map-compass-background_1631670.htm
[freepik]: http://www.freepik.com
[freep-license]: http://www.freepik.com/terms_of_use