Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 411 Bytes

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