Hybris95 / fortnite

An API wrapper for Fortnite.

Home Page:https://www.npmjs.com/package/fortnite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fortnite

A simple to use module for interacting with the Fortnite API.

Install

$ npm install fortnite

How to

// require the package
const fortnite = require('fortnite');
fortnite('mrappi', 'pc').then(data => console.log(data));
  • username is required and must be a string.
  • platform is pc by default. Possible platforms are: pc, xbl psn.

About

An API wrapper for Fortnite.

https://www.npmjs.com/package/fortnite


Languages

Language:JavaScript 100.0%