A Val Town project to display current weather and a 3-day forecast for a user-specified city.
/index.html
: The main HTML file for the frontend. Contains structure, styling (via TailwindCDN), and client-side JavaScript./weather.ts
: A Val Town HTTP Val that acts as the backend. It takes a city name, fetches weather data from Open-Meteo, and returns it to the frontend./index.html
.