Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.17 KB

Weather Forcast App

Simple Weather Forcast App Using Accuweather Api.

demo site

Project Technologies -

Installation + Running The Application

Steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/Shaybush/weather-forecast.git
    
  2. Open folder:

    cd weather-forecast
    
  3. Download Dependencies:

    npm i
    
  4. Edit .env File :

    VITE_URL=http://dataservice.accuweather.com

    VITE_APIKEY={YOUR API KEY}

  5. Run Project In Local:

    npm run dev
    

Project Photos