Level is an API to query readings from the National Water Service. Readings can be found for most major water ways.
More detailed docs can be found HERE
Endpoint | Method | Auth? | Description |
---|---|---|---|
/healthz |
GET | No | get health |
/level |
GET | No | get level by station |
/slack |
POST | No | return a slack response |
/stations |
GET | No | get stations |
Try out the API for free on Google Cloud Run:
make run
will serve the project in a local container
make dev
will run the project in Go dev mode
git submodule update
make init
make import
make apply