Skip to content
/ kweather Public

Weather application for Plasma Mobile

Notifications You must be signed in to change notification settings

KDE/kweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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