Skip to content

driquet/gopubg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go wrapper for the official PUBG API

GitHub license Build Status

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.

Installation

To install the wrapper:

go get -u github.com/driquet/gopubg

Usage

Create an API instance

import "github.com/driquet/gopubg"

api := gopubg.NewAPI("<your key here>")

Matches

Players

Telemetry

About

Go wrapper for the official PUBG API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages