3.3.1 • Published 6 years ago

fortnitetracker-7days-stats v3.3.1

Weekly downloads
2,931
License
ISC
Repository
github
Last release
6 years ago

fortnitetracker-7days-stats

npm npm David

Node module for obtaining the last 7 days stats from fortnitetracker.com

Note:

Fortnitetracker recently did some changes to their site. I've updated this module to use their V2 stats. Should work for now.

Installation

npm install fortnitetracker-7days-stats

Example usage

Platforms: pc, psn, xbl

const fnt = require('fortnitetracker-7days-stats');

fnt.getStats("MonsterMannen", "pc", (err, result) => {
    if(err){
        console.log(err.message);   // player not found
    }else{
        console.log("Wins in the last 7 days: " + result.wins);
    }
});

result has the following fields

result.accountName
result.platform
result.skinUrl
result.score
result.kills
result.wins
result.matches
result.top_3_5_10
result.top_6_12_25
result.kd
result.wr
result.minutesPlayed
3.3.1

6 years ago

3.3.0

6 years ago

3.2.0

6 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago