This program fetches a list of active games every 5mins and saves them to disk.
The games will be saved by their date and ìd in json format.
You can query all saved game information via
http://localhost:{port}/games
and a specific game via
http://localhost:{port}/games/game-file-name.json
To start the app, run
go run .Use these commands
go build -o dist/app .
./dist/app