The Weather Search Application is a user-friendly, web-based tool that allows users to access real-time weather information for any location worldwide. This project is developed using HTML, CSS, and JavaScript, and it interfaces with a weather API to fetch and display up-to-date weather data. 🌐⏰
- Real-time Weather Data: Get the latest and most accurate weather information for any location globally.
- User-Friendly Interface: Intuitive design for easy navigation and a seamless user experience.
- Responsive Design: Access the application on various devices, including desktops, tablets, and mobile phones.
- HTML
- CSS
- JavaScript
-
Clone the Repository:
git clone https://github.com/14-sahil/PRODIGY_WD_05.git
-
Open
index.html
: Open theindex.html
file in your preferred web browser. -
Search for Weather: Enter the location you want to check the weather for and press the "Search" button.
-
View Results: Instantly view up-to-date weather information for the specified location.
This project integrates with a weather API to fetch real-time data. Make sure to obtain your API key and replace the placeholder in the config.js
file.
const apiKey = 'your-api-key';
Contributions are welcome! If you'd like to enhance the Weather Search Application, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your enhancements.
- Submit a pull request.
Special thanks to Weather API Provider for providing the real-time weather data.
Have questions or suggestions? Feel free to contact us at [email protected].
Happy coding! 🌈