apextracker-v2

1.0.0 • Public • Published

Apex Tracker v2

A simple, easy to use module for interacting with the Apex Tracker

Setup and Installation

yarn add apextracker-v2

or if you are using npm

npm i apextracker-v2
  1. Signup at ApexTracker
  2. Generate an API Key

Get Player

const Apex = require("apextracker-v2");
const api = new Apex("Your Api Key");
 
api
  .user("username", "platform [origin||xbl||psn]")
  .then(res => console.log(res.data));

Search Player

const Apex = require("apextracker-v2");
const api = new Apex("Your Api Key");
 
api
  .search("platform [origin||xbl||psn]", "search term")
  .then(res => console.log(res.data));

Package Sidebar

Install

npm i apextracker-v2

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.45 kB

Total Files

4

Last publish

Collaborators

  • imkrunal