Welcome to the Weather App! This is a simple web application that allows users to check the weather forecast for different locations around the world.
- Check current weather conditions including temperature, humidity, wind speed, and more.
- View weather forecasts for each hour of the day.
- Search for weather information by city name.
- This website is specifically designed for desktop use.
Check out the demo to see the Weather App in action!
The Weather App is built using the following technologies:
- HTML5
- CSS3
- JavaScript (ES6+)
- WeatherAPI for weather data
- Promises and async/await for asynchronous operations
- Open the Weather App in your web browser.
- Enter the name of the city you want to check the weather for in the search bar.
- Press Enter or click the search button.
- View the current weather conditions and forecast for the selected city.
The Weather App uses the WeatherAPI to retrieve weather data. You can find more information about the WeatherAPI here.