Skip to content

archisman-panigrahi/typhoon

Repository files navigation


Typhoon

Simple weather application, powered by Open-Meteo and OpenStreetMap.

Based on Stormcloud 1.1 by Jono Cooper.

Climacons

Thanks to Adam Whitcroft for Climacons.

Installation

On Ubuntu you can use the official PPA. Packaging status

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.

Build System

This project uses the Meson build system for configuration and installation.

Build Instructions

  1. Ensure you have Meson and Ninja installed on your system.
  2. Install the dependencies: webkit2gtk, gtk3, imagemagick.
  3. Navigate to the project directory.
  4. 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

Running the Application

After installation, you can run the application using:

typhoon

License

This project is licensed under the GPL-3. See the LICENSE file for more details.