Welcome to the Weather App repository! This web application provides real-time weather information based on user input. The app is developed using HTML, CSS, and JavaScript to create a simple and intuitive user interface for checking the weather conditions.
- Current Weather: Get the current weather conditions for a specific location.
-
Clone the repository to your local machine:
-
Open the
index.html
file in your preferred web browser. -
Enter the name of the city or location you want to check the weather for in the provided input field.
-
Click the "Get Weather" button to retrieve and display the current weather and forecast.
The Weather App relies on the following technologies:
- HTML: Provides the structure of the web page.
- CSS: Styles the user interface and ensures a visually appealing design.
- JavaScript: Fetches weather data from a third-party API and dynamically updates the content on the page.
This app utilizes a third-party weather API to retrieve real-time weather information. You will need to sign up for an API key from the provider and replace the placeholder in the JavaScript code with your actual API key.
// Replace 'YOUR_API_KEY' with your actual API key const apiKey = 'YOUR_API_KEY';
If you'd like to contribute to the Weather App, feel free to fork the repository and submit pull requests. Bug reports and feature requests are welcome as well.
- The Weather App makes use of the OpenWeather API for weather data.
Thank you for using and contributing to the Weather App! If you have any questions or issues, please don't hesitate to open an issue.