Skip to content
meldsza edited this page Mar 2, 2017 · 2 revisions

Welcome to the Revive-Stats.js wiki!

Here are a list of functions the Stats API gives

Games

BF2 and Bf2142

Functions

getPlayer getPlayers getLeaderboard

Usage

const stats = require('revive-stats.js');
stats.bf2.getPlayers("Melroy").then(console.log)//returns an array of player objects

Clone this wiki locally