Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 716 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 716 Bytes

Weather forecast application

A weather forecast app showing 5 day weather for selected city

Demo

Please visit this link for sample demo of weather app

Getting started

  1. Clone this repository and navigate into it

    git clone https://github.com/parabmahesh/weather-forecast.git
    cd weather-forecast
  2. Install all dependencies

    npm install
  3. Start a local server and run the application (http://localhost:8080/index.html)

    npm start

Testing

eslint and run qUnit tests

npm run test

Building

Execute the build

npm run build