Simple CLI used to get movie recommendations and movie times based on your postal code. Currently only Dutch style postal codes are accepted, but this will be updated over time.
The CLI uses Go v1.22, and can easily be built with the following commands:
go get .
go build -v ./...
To get more information on usage run:
go build -o gimmedat -v cmd/main.go
./gimmedat --help