Go/Golang Server Homepage


ENDPOINTS
Things Vercel project can do (Go + static):

Current Temperature

Client-side script app.js calls the Go API Weather endpoint:
/api/weather?lat=53.4808&lon=-2.2426
and process and show the results.

Latitude:
Longitude:
(default coordinates = Manchester, UK)

Div will be updated with the temperature when the button is clicked.