This is a weather application that allows us to check the current weather conditions for a given location.The app is built using HTML, CSS and JavaScript, and it utilizes the OpenWeatherMap API to fetch weather data.
Get current weather information, including temperature, humidity, wind speed, and weather description.
Search for weather data of any city around the world.
Responsive design that works well on different screen sizes.
Clean and modern user interface.
HTML5
CSS3
JavaScript (ES6+)
OpenWeatherMap API
To run the app locally, follow these steps:
Clone the repository or download the source code.
Open the index.html file in your preferred web browser.
Upon opening the app, it will attempt to fetch your current location's weather data.
If the location access is denied, you can manually search for a city by typing its name in the search bar and pressing enter or clicking the search button. The app will display the current weather information, including temperature, humidity, wind speed, and a brief description of the weather condition.
This app uses the OpenWeatherMap API to fetch weather data. You'll need to obtain an API key from OpenWeatherMap and replace the placeholder in the script.js file with your actual API key.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to modify this README file as per your app's specific requirements. You can add additional sections, such as installation instructions, code examples, or acknowledgments, if needed.