Public
Like
WeatherAPP
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v14View latest version
A simple weather application that shows current temperature for any city.
- Search for any city worldwide
- Display current temperature in Celsius and Fahrenheit
- Clean, responsive interface
- Uses Open-Meteo API (no API key required)
backend/index.ts- Main HTTP server with API endpointsfrontend/index.html- Main HTML templatefrontend/index.tsx- React frontend applicationfrontend/style.css- Custom styles
GET /- Serves the main applicationGET /api/weather?city={cityName}- Returns weather data for the specified city
- Enter a city name in the search box
- Click "Get Weather" or press Enter
- View the current temperature and weather conditions