It is a web application displaying the current weather details like
- current temperature
- what it feels like
- the appropriate icon matching with weather
- humidity
- wind speed
- wind direction
- minimum temperature
- maximum temperature
and also the temperature of future 4-5 days in the timezone of 12:00
git clone https://github.com/priya940/weatherApp.git
cd weatherapp
npm install
npm run dev
used openweathermap api
-
current temperature details: https://openweathermap.org/current
-
future temperature details: https://openweathermap.org/forecast5
Client: React, TailwindCSS
Deploy Link: https://aajkaamousam.netlify.app
Project Link: https://github.com/priya940/weatherapp