UNPKG

statistic_tracker

Version:

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

10 lines (9 loc) 273 B
"use strict"; const get_1 = require("../util/get"); module.exports = ([platform, user], apiKey) => { return get_1.get(`https://api.fortnitetracker.com/v1/profile/${platform}/${user}`, { headers: { "TRN-Api-key": apiKey } }); };