All Projects → kunalkushwaha → wingpanel-indicator-weather

kunalkushwaha / wingpanel-indicator-weather

Licence: other
Weather app for elementary os

Programming Languages

CMake
9771 projects
vala
323 projects
shell
77523 projects

Projects that are alternatives of or similar to wingpanel-indicator-weather

grib
Golang GRIB2 parser
Stars: ✭ 41 (+241.67%)
Mutual labels:  weather
dc-plugins
基于DC-SDK开发的插件库,包含动画、效果、天气、材质、热区图层、聚合图层🌎
Stars: ✭ 40 (+233.33%)
Mutual labels:  weather
climate-app
Climate App é uma aplicação responsável por mostrar dados climáticos (temperatura atual, umidade, velocidade do vento etc) de uma determinada cidade em tempo real. A obtenção desses dados foi feita através da open-weather-api.
Stars: ✭ 40 (+233.33%)
Mutual labels:  weather
Slate-theme
GTK Mac-like theme for cleaner and flat-er look.
Stars: ✭ 14 (+16.67%)
Mutual labels:  elementary-os
elementaryOS-devbook
Design and build apps for elementary OS.
Stars: ✭ 61 (+408.33%)
Mutual labels:  elementary-os
WeatherSwiftUI
Implementation of the Weather app using SwiftUI and OpenWeather API.
Stars: ✭ 37 (+208.33%)
Mutual labels:  weather
hagelslag
Hagelslag is an object-based severe storm hazard forecasting system.
Stars: ✭ 58 (+383.33%)
Mutual labels:  weather
natsuha-weather
Natsuha Weather for WeChat Mini Program.
Stars: ✭ 33 (+175%)
Mutual labels:  weather
eorzea-weather
Weather forecast for Eorzea.
Stars: ✭ 26 (+116.67%)
Mutual labels:  weather
develop
A simple tool to help elementary OS developers to develop their own apps and widgets.
Stars: ✭ 38 (+216.67%)
Mutual labels:  elementary-os
ioBroker.daswetter
weather forecast data from DasWetter.com
Stars: ✭ 16 (+33.33%)
Mutual labels:  weather
weather
基于MVP的安卓天气demo
Stars: ✭ 49 (+308.33%)
Mutual labels:  weather
wingpanel-indicator-daynight
A Wingpanel indicator to toggle 'prefer dark variant' option in elementary OS
Stars: ✭ 36 (+200%)
Mutual labels:  wingpanel
gridpp
Software to post-process gridded weather forecasts
Stars: ✭ 33 (+175%)
Mutual labels:  weather
scala-weather
High-performance Scala library for looking up the weather
Stars: ✭ 45 (+275%)
Mutual labels:  weather
NLWeer
Free, open-source, and privacy-friendly Dutch weather prediction app
Stars: ✭ 15 (+25%)
Mutual labels:  weather
AndroidWeatherApp
Android WeatherApp, using the http://openweathermap.org/ API. Made for Network + JSON Parsing and Material Design Experiments.
Stars: ✭ 17 (+41.67%)
Mutual labels:  weather
weather-app
⛅ Check the current weather in any city on the planet.
Stars: ✭ 86 (+616.67%)
Mutual labels:  weather
dwdweather2
Python client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.
Stars: ✭ 68 (+466.67%)
Mutual labels:  weather
temps-lite
A smart, good-looking little app which tries to speak your language the way you are used to.
Stars: ✭ 40 (+233.33%)
Mutual labels:  weather

Wingpanel Weather Indicator

Cloudy

Sunny

Building from code

It's recommended to create a clean build environment

mkdir build
cd build/

Run cmake to configure the build environment and then make to build

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

To install, use make install

sudo make install

Installation

Download prebuild binairy from Release

Install it by coping file to wingpanel plugin folder as below.

sudo cp libweather.so /usr/lib/x86_64-linux-gnu/wingpanel/libweather.so

pkill -9 wingpanel

NOTE:

Get secret key from darksky.net and store it in your config file.

cat ~/.weather.config
{
    "key":"XXXXXXXXXXXXXXXXXXXX"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].