UNPKG

statistic_tracker

Version:

A Statistic Tracker for Apex Legends, Cs:Go, Fortnite and Overwatch

6 lines (5 loc) 210 B
"use strict"; const get_1 = require("../util/get"); module.exports = ([platform, region, battletag]) => { return get_1.get(`https://ow-api.com/v1/stats/${platform}/${region}/${battletag}/profile`); };