1.1.2 • Published 4 years ago

tracker.gg v1.1.2

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

Instalation

npm install tracker.gg


Example

import { TrackerClient } from 'tracker.gg'
const client = new TrackerClient({ apiKey: process.env.APIKEY })

let data = await client.getOverwatchStats("psn", "SomeRandomUsername")
console.log(data)

Methods

MethodDescription
getCSGOPlayerStats(identifier)Returns the CSGO stats for the specified user
getSplitPlayerStats(identifier)Returns the Splitgate stats for the specified user
getOverwatchPlayerStats(platform, identifier)Returns the Overwatch stats for the specified user, optional platforms: psn, xbl
getApexPlayerStats(platform, identifier)Returns Apex stats for the specified user
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago