This project is a simple web application that allows users to check the weather for a specific city. It's built using standard web technologies such as HTML, CSS, and JavaScript. The app provides a user-friendly interface for entering a city name and retrieves real-time weather data from a weather API.
This repository demonstrates how to build a simple weather app using HTML, CSS, and JavaScript. Users can input a city name to retrieve weather data, and the app displays information such as temperature, humidity, and wind speed. It also includes error handling to show a message for invalid city names.
- 🌍 Users can input a city name to retrieve weather data.
- 📈 Displays weather information like temperature, humidity, and wind speed.
- 🚫 Shows an error message for invalid city names.
For API go to openweather const apiKey = 'YOUR_API_KEY_HERE';
Contributing Contributions are welcome! If you would like to contribute to this project, please follow these steps:
Fork the repository. Create a new branch for your feature or bug fix. Make your changes and commit them. Push your changes to your fork. Create a pull request.
Acknowledgments This project was inspired by the need for a simple weather app. Thanks to the Weather API for providing weather data.