The goal of this project is to wrap the official PUBG API (learn more about the API. To use this wrapper, you need an API key.
To install the wrapper:
go get -u github.com/driquet/gopubg
import "github.com/driquet/gopubg"
api := gopubg.NewAPI("<your key here>")