1.0.0 • Published 3 years ago

apex-tracker v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Apex Tracker

Examples

Getting data of a player

     var api = require("apex-tracker")
    async function test() {
    console.log(await api.userinfo("KeoonTv", "origin")) //=> KeoonTv is the player name and the origin is the platform. Platform can be origin,psn and xbl
     }
     test()

Output of the given code above:

{
 level: '1,371',
 kills: '24,324',
 killsAsLeader: '839',
 damage: '382,351',
 headshots: '18,468',
 matchesPlayed: '200',
 finishers: '65',
 revives: '230',
 timesTop3: '154',
 shotgunKills: '24',
 smgKills: '1,630',
 arKills: '535',
 carePackageKills: '112',
 arenaRankScore: '0',
 thisSeasonWins: '23',
 battleRoyaleRank: 'Apex Predator'
}

Note

This API is still in development and new features will be added soon.

Made With ❤ By SpongeBed