This project is a live weather website that provides real-time weather updates based on city names. It is developed using HTML, CSS, and JavaScript, and utilizes the OpenWeatherMap API to fetch live weather data.
- Live weather updates for any city
- User-friendly interface with CSS animations
- Seamless integration of OpenWeatherMap API for accurate weather information
- Educational insights into JavaScript concepts such as asynchronous functions, awaits, and json() method
- HTML
- CSS
- JavaScript
- Clone the repository to your local machine.
- Open the
main.html
file in your preferred web browser. - Enter the name of the city for which you want to view the weather.
- Click the search icon button to fetch the live weather data.
- Enjoy real-time weather updates!
- Weather data provided by OpenWeatherMap
I would like to express my gratitude to the developers behind OpenWeatherMap for providing the API necessary for fetching live weather data. Additionally, I extend my thanks to the online resources and tutorials that helped me deepen my understanding of JavaScript concepts utilized in this project.
This project is licensed under the MIT License - see the LICENSE file for details.