2.2.1 • Published 3 years ago

fortnite-api-com v2.2.1

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

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);
});

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.

2.2.1

3 years ago

2.2.0

4 years ago

2.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago