A very simple weather app made with Rust and GTK4. Do not forget to set the API KEY under src/window.rs before compiling! (Pro tip for building: just open the project in GNOME Builder)
Basically, the program fetches your public IP address, determines your approximate coordinates, and uses them to retrieve weather information in your area.
Copyright (C) 2023 Francisco Zadikian
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Logo taken from the less simple Weather app from GNOME.