1.4.0 • Published 2 years ago

fncentral-nodejswrapper v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Contributors Forks Stargazers Issues MIT License

Fortnite Central NODEJS Wrapper

npm version

NodeJS wrapper for Fortnite Central API to assist you with your requests

Information

This API is recent, there may be bugs. Support can be offered on their Discord Server.

const FNCentral = require("fncentral-nodejswrapper");

Example API Calls

// Get the current AES keys
const aes = await FNCentral.getAes();

// Get the current mappings
const mappings = await FNCentral.getMappings()
1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago