I've deployed my site here: 🚀https://ht-l1.github.io/weather/
Please ensure you allow the browser to know your location as the weather info is user location specific:
A weather app that shows the current temperature and condition based on user location using the Open-Meteo API. It is built using JavaScript, HTML, and CSS. It offers a few key features:
- a client-side JavaScript snippet that allows a user to see the weather condition based on their own geography
- a server-side API that fetches the weather information from Open-Meteo.com
- a web application that displays the captured information for each user
- Clone this repository.
- Open
index.html
in your web browser.
Milestone 3: Implementation and Redesign (Completed by November 5th, 2024)
- Added dynamic chart to show temperature trend with relative dates
- Redesigned the animated background
Milestone 2: Implementations and Design (Completed by October 28th, 2023)
- Redesigned the home page
- Added the light dark theme toggle
- Added fun facts section
Milestone 1: Framework Setup and API Fetching (Completed by October 4th, 2023)
- Set up the basic framework for the weather app
- Implemented functionality to fetch temperature and wind speed data from the API