1.0.0 • Published 3 years ago

@laali/fortniteapi v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Unofficial Fortnite_Api (Npm)

Simple Package Can Help You To Use https://fortnite-api.com/

examples:

const Fortnite = require('@laali/fortniteapi').default;
// U Can Use For ES7 import Fortnite from 'fortnite_api';
const fort = new Fortnite("language"); // Supported Language: ar / de / en / es / es-419 / fr / it / ja / ko / pl / pt-BR / ru / tr / zh-CN / zh-Hant
fort.getLatestMap().then(function (map) {
    console.log(`Map With Places: ${map.images.pois}`);
});

fort.getCreativeNews().then(function (creativeNews) {
    console.log(`Last News For Creative: ${creativeNews.data}`)
})

If You Need Some Support:

my Tag: ラリ・クロンシ#7705

SupportServer Soon