Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.64 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.64 KB

KWeather

A convergent weather application for Plasma.

Download on Flathub

KWeather Main Window

Features

  • Daily and hourly weather data that can be viewed in flat and dynamic views
  • Plasmoid that can be used on desktop and mobile

Links

Dependencies

Installing

mkdir build
cd build
cmake .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
make
sudo make install

Online APIs used

  • api.met.no - Weather data
  • geonames.org - Coordinates -> Timezone
  • geoip.ubuntu.com - IP -> Coordinates

Gallery