saulyte
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: v4View latest version
A simple weather website designed for photographers to check upcoming weather conditions with focus on cloud cover, visibility, and lighting conditions.
- 7-day hourly weather forecast
- Photography-specific metrics (cloud cover, visibility, golden hour times)
- Clean, mobile-friendly interface
- Automatic location detection with manual override
- Visual indicators for optimal photography conditions
Uses Open-Meteo KNMI API with the following parameters:
- Hourly: temperature, cloud cover (total, low, mid, high), surface pressure, visibility
- Daily: sunrise, sunset times
- Timezone: Auto-detected
├── backend/
│ └── index.ts # Main API server with weather endpoints
├── frontend/
│ ├── index.html # Main page
│ ├── index.tsx # React app
│ └── style.css # Custom styles
└── README.md
The main endpoint serves the weather dashboard. The API automatically detects location or allows manual coordinates input.