Hi, this is a simple weather widget, is an experiment to try Electron and Vue Js.
The widget uses a free API Openweathermap. The idea is that the application should be
cross-platform, as it is written using Node JS, but I tried it only on Windows 8 & 10
You need to download the compiled version from the release page. You also need to register on https://openweathermap.org/appid site to get a free token to use this application.
You should already have Node JS
git clone https://github.com/DmtryJS/weather_widjet.git
cd weather_widjet
npm install
npm run start //start application in developer mode with live reloadclick to icon in tray -> settings -> Application token
Insert your security key from https://openweathermap.org/appid
By default package.json contains windows ready build config. After the build, a folder 'dist' is created that contains the installer executable file. The application icon appears on the desktop.
npm run build

