Skip to content
Snippets Groups Projects

Weather server

Used to serve gdd, cfs, and gefs data, and can be expanded to more data

Still need to add CFS/GEFS, and confidence intervals

In the future, the errors folder might be moved to a common package when more go services are built to have shared error handling across all services

To run: go run main.go Build to executable: go build To rebuild swagger: swag init

Swagger Here