Weatherio App is a simple and intuitive weather application built with HTML, CSS, and JavaScript. It utilizes the OpenWeatherMap API to provide real-time weather information based on user location or search queries.
- Current Weather: Get up-to-date information about the current weather conditions.
- 5-Day Forecast: Plan your week with a 5-day weather forecast.
- Location Search: Search for weather information by location.
- Temperature Unit Toggle: Switch between Celsius and Fahrenheit for temperature display.
- HTML: Structure and layout of the application.
- CSS: Styling and responsiveness of the user interface.
- JavaScript: Dynamic functionality, API requests, and data manipulation.
- OpenWeatherMap API: External API used for retrieving weather data.
-
Clone the repository to your local machine.
git clone https://github.com/your-username/weatherio_app.git
-
Open
index.html
in your preferred web browser. -
Allow location access or enter a location in the search bar to get weather information.
-
Toggle between Celsius and Fahrenheit using the temperature unit button.
[Include a link to a live demo or screenshots of the application in action.]
This project is licensed under the MIT License.
- OpenWeatherMap for providing the weather data API.