Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 516 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 516 Bytes

Gimme Dat CLI

Gimme Dat

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.

Build

The CLI uses Go v1.22, and can easily be built with the following commands:

go get .
go build -v ./...

Usage

To get more information on usage run:

go build -o gimmedat -v cmd/main.go
./gimmedat --help