Simple Weather Forcast App Using Accuweather Api.
Steps:
-
Clone the repository to your local machine:
git clone https://github.com/Shaybush/weather-forecast.git
-
Open folder:
cd weather-forecast
-
Download Dependencies:
npm i
-
Edit .env File :
VITE_URL=http://dataservice.accuweather.com
VITE_APIKEY={YOUR API KEY}
-
Run Project In Local:
npm run dev