fortnite

4.3.2 • Public • Published

Fortnite npm downloads Dependencies RunKit

fortnite
Changelog | Issues

A simple, easy to use module for interacting with the FortniteTracker API.

Setup and Installation

$ npm i fortnite
  1. Signup at FortniteTracker
  2. Generate an API Key

Getting Started

// Bring in the Fortnite module
const Client = require('fortnite');
// Create an instance of the client with your API Key
const fortnite = new Client('Your-API-Key');
 
// All methods
fortnite.user('username', 'platform [pc, xbl, psn]').then(console.log);
fortnite.store().then(console.log);
fortnite.challenges().then(console.log);

Readme

Keywords

none

Package Sidebar

Install

npm i fortnite

Weekly Downloads

15,733

Version

4.3.2

License

MIT

Unpacked Size

8.69 kB

Total Files

12

Last publish

Collaborators

  • jake-ruston
  • lusiddev