running-clothes
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.
Hono-based API server for the running clothes logger.
ANTHROPIC_API_KEY: API key for Claude AI recommendations
GET /api/run-logs: Get all run logsGET /api/run-logs/:id: Get a specific run logPOST /api/run-logs: Create a new run logPUT /api/run-logs/:id: Update a run logDELETE /api/run-logs/:id: Delete a run logGET /api/weather/current?lat=...&lon=...: Get current weatherGET /api/weather/forecast?lat=...&lon=...&datetime=...: Get forecast weatherPOST /api/recommendations: Get clothing recommendation based on weather