The WeatherNow is a web application designed to provide real-time weather information for any location worldwide. Built using HTML, CSS, and JavaScript, this app fetches data from a weather API (OpenWeatherMap) to display current weather conditions, including temperature, humidity, wind speed, and a brief description of the weather.
- Real-Time Weather Data : Fetches and displays up-to-date weather information for the searched city.
- User-Friendly Interface : Simple and intuitive design for easy navigation and quick access to wether details.
- HTML : Structure and layout of the web app.
- CSS : Adding style to the web app.
- JavaScript : Fetching data from the weather API and dynamically updating the UI.
- API Integration : The app uses a weather API (OpenWeatherMap) to fetch weather's data based on user's input.
- User Input : Users can enter a city name to get weather information of that city.
- Output : The app displays the weather data including temperature (in celcius), humidity, wind speed and a small weather description for the searched city.
The web app is deployed at :
https://weather-now-puce.vercel.app/