This is a simple weather forecast application that retrieves and displays weather information for a specified location. It's built using HTML, CSS, and JavaScript, utilizing a weather API to fetch real-time weather data.
- Current Weather: Displays the current weather conditions including temperature, humidity, wind speed, etc.
- Weather Forecast: Provides a multi-day forecast for the specified location.
- Search Functionality: Users can search for weather information of different cities or locations.
- Responsive Design: Ensures compatibility with various devices and screen sizes.
- HTML
- CSS
- JavaScript
- Clone or download the repository to your local machine.
- Open the
index.html
file in a web browser. - Enter the desired location in the search bar to fetch weather information.
This application uses Meteostat API s to retrieve weather data. You'll need to obtain an API key from https://dev.meteostat.net/api/ and insert it into the appropriate place in the code (api.js
or similar).
This project is licensed under the MIT License.
For any inquiries or feedback, feel free to contact me at [email protected].