Hono-based API server for the running clothes logger.
ANTHROPIC_API_KEY: API key for Claude AI recommendationsGET /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