/a-place-in-the-sun

This is a (work in progress) pet project to learn Golang, its concurrency model and Gokit, a Golang microservice framework. The Vue frontend visualizes current sunnyness of a region in a Heatmap. For this, it queries the backend for a point grid of the current displyed rectangular region. The backend then queries a public weather api for all of the requested points in parallel, does some bilinear interpolation and returns the interpolated grid of points to the frontend. Currently sunnyness = inverse of cloud cover (a value provided in the weatherapi.com response).

Primary LanguageGo

No issues in this repository yet.