Socket
Socket
Sign inDemoInstall

fortnite

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fortnite

A Fortnite wrapper around the FortniteTracker API


Version published
Weekly downloads
25K
decreased by-12.08%
Maintainers
2
Weekly downloads
 
Created
Source

Fortnite npm downloads Dependencies RunKit

Docs | 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');

// Get the stats of an Xbox player by the name of Number1Swifty
fortnite.user('Number1Swifty', 'xbl').then(console.log);

FAQs

Package last updated on 16 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc