/learn-electron

Companion code samples for "Electron for Web Developers" quick start guide.

Primary LanguageCSSMIT LicenseMIT

Learn Electron

Companion code samples for the Learn Electron guide.

Weather App

Weather App Screenshot

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