Fortnite
A simple to use module for interacting with the Fortnite API.
Install
$ npm install fortnite
How to
// require the package
const fortnite = require('fortnite');
fortnite('mrappi', 'pc').then(data => console.log(data));
username
is required and must be a string.platform
ispc
by default. Possible platforms are:pc
,xbl
psn
.