A simple GitHub Pages static site that fetches weather forecast data directly from api.weather.gc.ca in the browser.
The site:
- lets users search for and select a city from the weather.gc.ca city list
- saves the city code using
localStorage - displays forecast data and summary text
- shows a forecast data timestamp and the last successful API request time
- handles API errors gracefully with user-facing messages
index.html— main page markupstyles.css— styling and responsive layoutscript.js— fetch logic, localStorage support, error handling, and render logic