Weather-Pal is a Zellij plugin to show the weather for the current location
Weahter-Pal uses the wonderful open-meteo API to both geocode the user's location (turn the location string into longitude and latitude) and get the weather data.
Weather-Pal does not geolocate the user according to their GPS/IP/Wi-Fi/Cell information.
From inside Zellij:
zellij plugin -- https://github.com/imsnif/weather-pal/releases/latest/download/weather-pal.wasm
- Download the
weather-pal.wasm
file from the latest release
curl -LO https://github.com/imsnif/weather-pal/releases/latest/download/weather-pal.wasm -o ~/.config/zellij/plugins
- Place it in
~/.config/zellij/plugins
- From inside Zellij, run
zellij plugin [--floating] [--in-place] -- file:~/zellij/plugins/weather-pal.wasm
The location can also be configured manually through the location=<location>
plugin configuration.
eg.
zellij plugin --configuration location=vienna -- file:~/zellij/plugins/weather-pal.wasm