A CLI to to consult any Aggr feed from your terminal.
This method requires the go toolchain to be installed.
GO111MODULE=off go get -u github.com/aggr/aggr-cli
aggr-cli @username
go run . @username # run the local version
go install . # install the local version on your system