1.0.6 • Published 7 years ago

chumacera v1.0.6

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

Chumacera

Build Status PUBG Dev API wrapper for nodejs.

Install

$ npm install chumacera

Usage

Set a client

const Chumacera = require("chumacera");
const client = new Chumacera.Client("<APIKEY>");

Get players

client.getPlayers(Chumacera.Shard.PC_JP, { names : ["<Name>"]})
.then(players => console.log(players));

Get match

players[0].relationships.matches[0].getMatch()
.then(match => console.log(match));

Get telemetry

match.getTelemetry()
.then(telemetry => console.log(telemetry));
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago