This is a Go package that allows developer to interact with the PeeringDB API in the easiest way possible. There are no binaries provided with this package. It can only be used as a library.
Install the library package with go get github.com/gmazoyer/peeringdb
.
There are small examples in the package documentation.
You can also found a real life example with the PeeringDB synchronization tool.