Skip to content
/ wsaver Public

weather saver. It is a dashboard for climate data. Using dClimate API. api.dclimate.net

License

Notifications You must be signed in to change notification settings

bm777/wsaver

Repository files navigation

wsaver

Dashboard to show data in real time from virtual weather radiosonde of Kanda challenge.

[click below to see the demo :) ]

What I used ?

  • Python3.6
  • Qt framework for cross platform: Windows / Mac / Linux (under development on Linux).
  • Javascript language for logic on UI, like manage data on the Items(QML).
  • QML language for designing the UI provided by Qt Company.
  • Brain :)

Usage

How to install requirements so that you can launch the UI. It is just the requests library for Pythonto enable request to dClimate API. these requirements is under requirements.txt.

1. using final pip package (you can run it anytime), you can see what I'm developing.

You can clone and try it using simple command :)

git clone https://github.com/bm777/wsaver.git
cd wsaver
pip3 install -r requirements.txt
python3 main.py

2. using final pip package (you could do until I finish the development)

You have only have the possibility to launch as a pip3 software. I'm preparing the pip file so that you can do easily

pip3 install wsaver

About

weather saver. It is a dashboard for climate data. Using dClimate API. api.dclimate.net

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published