fortnite-api-com
v2.2.1
Published
A NodeJS wrapper for Fortnite-API.com
Downloads
33
Readme
NodeJS Wrapper for Fortnite-API.com
Installation
npm i fortnite-api-com --save
Example
const FortniteAPI = require("fortnite-api-com");
const config = {
apikey: "API-Key",
language: "en",
debug: true
};
var Fortnite = new FortniteAPI(config);
Fortnite.AES()
.then(res => {
console.log(res);
}).catch(err => {
console.log(err);
});
Wiki
Read the docs
Contribute
if you can provide any help, may it only be spell checking please contribute!
We are open for any contribution.
License
Fortnite-API (MIT) License
API developed by Fortnite-API.com.