This is a simple FIFA World Cup "playoff" dashboard that can be used to show live game scores in browser kiosk mode.
It's been primarily made to run on Google Cloud's AppEngine, but can run standalone, and probably other clouds.
Please, submit an issue.
Data source is World Cup JSON. There is minimal cosmetic data processing, and refresh rate of the game pages is set to a reasonable value.
Yes, but please run your own instance instead.
$ go run main/main.go
worldcup.go:4:2: package embed is not in GOROOT (/usr/lib/go-1.15/src/embed)
You need at least Go 1.16.
I had specific requirements that I wanted to meet, and no other option provided those. Also, because I wanted to.