Learn Electron
Companion code samples for the Learn Electron guide.
Weather App
In the renderer.js
file set your location
at the top of the file by entering a city name (e.g. Denver, CO) or a zip code.
Install dependencies:
npm install
Run the application:
npm start