This is a simple web application that allows users to view the weather forecast for the next five days in a specified location. The app uses the OpenWeather API to fetch weather data.
To use the app, simply open the index.html
file in your web browser.
- Enter a city name in the search field and click the "Submit" button, or allow the app to use your current location by clicking "Allow" when prompted.
- The app will display the current weather conditions for the specified location, along with the weather forecast for the next five days.
- Current weather conditions, including temperature, weather description, and min/max temperatures.
- Weather forecast for the next five days.
- Uses the OpenWeather API to fetch weather data.
- Uses Geolocation API to detect the user's current location (if allowed).
This app uses the following dependencies:
This project is licensed under the MIT License.