You can always add more filters to the leaderboard to see how many times a player was placed in the top 10 or how many times they managed to be in the top 25. You can also filter based on the type of match played such as solo, duo and squad matches. Solo matches are the most po...
log(leaderboard); }) .catch(err => { console.log(err); }); });[ { accountId: '385c4d9ab7e3498db533ff4d2d9f4c5b', value: 905, rank: 1, displayName: 'twitch_bogdanakh' }, { accountId: '155234bbadaa4e8199a7b2d413722290', value: 793, rank: 2, displayName: 'TwitchTV.lava...
Fortnite.GG: This one lets you check out basic stats such as K/D ratio, average match time, and wins. It also has a nice leaderboard screen and intuitive user interface. Fortnite Scout: The best feature on this site is the graph that tracks your kill/death ratio and average win rate...
You're trying to calculate the custom properties (kill/death, win/loss, etc) without doing a check to make sure the divisor in each statement isn't zero. This would be an issue for people who haven't played the game but want to use this library for stat lookup or something. I'll ...