- Lets build a CLI tool, which uses an API to search for board games.
- Print the result in the terminal. Use colors package to highlight title/description in colors
- Go run :
CLIENT_ID=<client_id> go run main.go util.go boardgame.go -limit=2 --skip 0 --search Catan --output=text
- Build & Run:
go build -o boardgame main.go util.go boardgame.go
CLIENT_ID=<client_id> ./boardgame -limit=2 --skip 0 --search Catan --output=text