This simple web application provides real-time weather information for different locations. It's built using HTML, CSS, and JavaScript and utilizes a weather API to fetch and display weather data.
- Real-time Weather Data: Get up-to-date weather information for various locations.
- Search by Location: Enter the name of a city or location to view its weather details.
- Responsive Design: The web app is designed to work seamlessly on both desktop and mobile devices.
-
Clone this repository to your local machine using the following command:
git clone https://github.com/Soumbar/Hello-Project
1- Open the file in your web browser. 2- Enter a city name for which you want to check the weather. 3- Click the "Search" button to fetch and display the weather information or click "Use Current Location" to fetch current weather information.
To use this Weather Web App, you need to obtain an API key from a weather service provider (e.g., OpenWeatherMap). Once you have the API key, replace YOUR_API_KEY in the script.js file with your actual API key.
const apiKey = 'YOUR_API_KEY';
Contributions are welcome! If you'd 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 with descriptive commit messages. Push your changes to your forked repository. Create a pull request to the main repository.
Thank You :)