Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.01 KB

Weather App

Single page app that reads current location and displays local weather

Implementation

Usage

  1. Clone this repo

    git clone https://github.com/rsmarques/weather-app.git
    
  2. Install the dependencies

    npm install
    
  3. Run the app

    node server/server.js
    
  4. You can test a running version here

App Screens