Skip to content

FortniteCodingTools/FNCentral-nodejswrapper

Repository files navigation

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()