Skip to content

DmtryJS/JustWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

JustWeather

Weather widget for PC

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

Uses without developing stuff

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.

Developing

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 reload

click to icon in tray -> settings -> Application token
Insert your security key from https://openweathermap.org/appid

Package and build

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

Screenshots

in Tray
general

settings tray menu
settings

city select
city_select

About

JustWeather, widget on Electron and Vue.js

Resources

Stars

Watchers

Forks

Packages

No packages published