Ok, but what is it?
Weather started as a little side project of mine. It's an app built in Electron, powered by OpenWeatherMap.
-
First of all, you have to supply your OpenWeatherMap api key (you can find it here). Then, copy
.env.example
and rename it to.env
. You can put your key and city name in this file.- the tutorial is here -
Then, run
npm install
in the project directory. -
Now, package Weather using
npm run package
-
Run the Weather.exe or, if You are on Mac, Weather.app
If You just want to preview it, just download the already built package here!
Currently not much. Weather lives in system tray waiting for you to open it. It only displays current temperature, pressure, humidity, min - max temperature and wind speed.
CTRL + R - Refresh view
- Weather not updating by itself
- Hardcoded api key and localization
Sure! Any bugfix is greatly appreciated!
Happy to hear that :) If You want to help me, you can support me on PayPal
thanks for reading ;P ~whoisroyal/0-1-0-1