A simple weather application that allows users to check the weather for a specific city.
The Weather App is a simple web application that allows users to check the current weather for a specific city. It provides real-time weather information, including temperature, humidity, and wind speed.
- Get real-time weather information for a specific city.
- Display temperature in Celsius.
- Visual weather icon representation.
- Handle invalid city names.
Working has been shown here. To view in full click here
Before you begin, ensure you have met the following requirements:
- Modern web browser
- Internet connection
Follow these steps to install and run the Weather App:
-
Clone the repository:
git clone https://github.com/yourusername/weather-app.git cd weather-app
-
Open index.html in your web browser.
To use the Weather App:
- Open
index.html
in your web browser. - Enter the name of the city for which you want to check the weather in the input box.
- Click the "Search" button.
The Weather App uses the OpenWeatherMap API to retrieve weather data. You will need to obtain an API key from OpenWeatherMap and replace it in the JavaScript code.
Contributions are welcome! To contribute to this project, 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 to the main repository.