Simple weather application, powered by Open-Meteo and OpenStreetMap.
Based on Stormcloud 1.1 by Jono Cooper.
Thanks to Adam Whitcroft for Climacons.
On Ubuntu you can use the official PPA.
sudo add-apt-repository ppa:apandada1/typhoon
sudo apt update
sudo apt install typhoon
It is also available on the AUR,
yay -S typhoon
An experimetnal flatpak installer is also available.
This project uses the Meson build system for configuration and installation.
- Ensure you have Meson and Ninja installed on your system.
- Install the dependencies:
webkit2gtk
,gtk3
,imagemagick
. - Navigate to the project directory.
- Run the following commands to build and install the application:
meson setup builddir --prefix=/usr
sudo meson install -C builddir
To uninstall, run
sudo meson uninstall -C builddir
After installation, you can run the application using:
typhoon
This project is licensed under the GPL-3. See the LICENSE file for more details.