\\
// // // //
\\ Correios CLI 0.3
A pure go implementation of some services for brazilian state post office: Correios.
Too simple!
$ go install github.com/paoloo/correios@latest
NOTE: make sure that your $GOPATH/bin is on your PATH!
If you installed go with asdf, make sure to reshim it (asdf reshim golang
) after installing this package.
Refer to the asdf plugin for more information.
correios
orcorreios -h
To show syntax tipscorreios -cep 00000000
To receive informations about the given CEP.correios -pacote JR000000000BR
To verify tracking data from given code.
docker pull paoloo/correios
docker run --rm paoloo/correios:latest -cep 00000000
ordocker run --rm paoloo/correios:latest -pacote JR000000000BR
- Add more services from correios
Mit License