2.1.4 • Published 4 years ago

fortnite.js v2.1.4

Weekly downloads
26
License
ISC
Repository
github
Last release
4 years ago

fortnite.js npm npm downloads Travis (.org) Dependencies RunKit

Docs | Changelog | Issues

A powerful and super light Fortnite stats API wrapper for Node.js

Setup and Installation

  1. Signup at fortnitetracker
  2. Navigate to the api page and generate a key
  3. Install fortnite.js npm install fortnite.js --save
  4. When using the wrapper, parse your generated key when creating the client

Examples

const fortnite = require('fortnite.js');

// Make sure you set your own key, otherwise it won't work!
// Check the README for more info on obtaining your key.

const client = new fortnite('my api key');

client.get('ickerio', fortnite.PC)
    .then(console.log) // Do stuff with the data
    .catch(console.error); // Catch if there is an error

Issues

If you run into any issues, have any queries or concerns or would just like to make a few suggestions please do not hesitate to join our discord support server

2.1.4

4 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago