About this page
This project is a lightweight weather 'widget' built with plain HTML, CSS, and JavaScript, deployed on Cloudflare Pages. Instead of relying on browser geolocation (which is slow and privacy-restricted), it randomly selects a city from a preset list and fetches live weather data from the Open-Meteo API.
The weather codes are mapped to SVG emoji icons for a clean, scalable display, and the background colour changes dynamically to match conditions. The widget shows the temperature (rounded to whole numbers) and the location as a playful “Meanwhile in…” message.
It’s responsive, fast, and runs entirely in the browser with no backend complexity.