Backend proxy service that makes request to third party weather service (open-meteo.com) and reports results in graphql format for frontend to consume.
flowchart LR
web-app("<a href='https://github.com/Gratheon/web-app'>web-app</a>") --> graphql-router
graphql-router --"poll schema"--> graphql-schema-registry
graphql-router --> weather("<a href='https://github.com/Gratheon/weather'>weather</a>")
weather --"register schema"-->graphql-schema-registry
tilt up
make deploy