This is a simple weather web application built using HTML, CSS, and JavaScript. It allows users to check the current weather conditions (temperature, humidity, and wind speed) for any city they enter.
- City Input: Enter the name of the city you want to get weather information for.
- Weather Data: Displays current temperature, humidity, and wind speed for the specified city.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API (for fetching weather data)
- Clone the repository:
git clone https://github.com/KumarDeepak16/weather-app.git
- Navigate into the project directory.
- Open
index.html
in your web browser.
Alternatively, you can view the live demo here.
- The application uses the OpenWeatherMap API to fetch weather data based on the city entered by the user.
- Upon entering a city name and clicking the "Get Weather" button, the app makes an API request to retrieve weather information.
- The fetched data (temperature, humidity, wind speed) is displayed on the screen in a user-friendly format.
Contributions are welcome! Here's how you can contribute to the project:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
- OpenWeatherMap API: Weather data provider.
- Icons: Used from FontAwesome for UI enhancements.
This project is licensed under the MIT License - see the LICENSE file for details.