2.2.1 • Published 5 years ago

fortnite-api-com v2.2.1

Weekly downloads
18
License
MIT
Repository
github
Last release
5 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

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.0

6 years ago