Skip to content

FranGamer1892/simple-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Weather

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)

How does it work?

Basically, the program fetches your public IP address, determines your approximate coordinates, and uses them to retrieve weather information in your area.

Screenshots

screenshot 1

screenshot 2

License

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.