You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is a simple weather widget, is an experiment to try [Electron](https://electronjs.org/) and [Vue Js](https://vuejs.org/).
5
8
The widget uses a free API [Openweathermap](https://openweathermap.org/). The idea is that the application should be
6
9
cross-platform, as it is written using Node JS, but I tried it only on Windows 8 & 10
7
10
8
-
### Install and starting
11
+
### Uses without developing stuff
12
+
13
+
You need to download the compiling version. You also need to register on https://openweathermap.org/appid site to get a free token to use this application.
14
+
15
+
### Developing
9
16
10
-
You should already have [Node JS](https://nodejs.org/en/)
11
-
You will need a special key, which can be obtained free of charge from the weather service
12
-
<https://openweathermap.org/appid>
17
+
You should already have [Node JS](https://nodejs.org/en/)
0 commit comments