This web application allows users to fetch weather data for a specific city using the OpenWeatherMap API. The app is built using HTML, CSS, and JavaScript.
To set up and run the Weather App, follow these steps:
- Create an account on OpenWeatherMap and obtain an API key.
- Clone this repository to your local machine:
git clone https://github.com/yourusername/weather-app.git
And Navigate to the project directory:cd weather-app
Then, Open theindex.html
file in a web browser. - Open my netlify website Weather-App to redirect into the web app.
Once the app is set up and running, you can:
- Enter the city name in the provided input field and click the "Search" button or press "ENTER" to get the current weather data for that city.
- The web app will display information such as Country Icon, temperature, humidity, wind speed, and weather description and so on.
- You can fetch weather data for different cities by providing their names in the input field.
The app uses the following technologies and dependencies:
- HTML
- CSS
- JavaScript
- OpenWeatherMap API (API key required)
If you'd like to contribute to this Weather App, feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the license terms.