warframestats.js

1.2.1 • Public • Published

Warframestat API Wrapper

A library to interact with api.warframestat.us

Installation

npm i warframestats.js

Usage

Example:

const Client = require("warframestats.js");

(async () => {
  const warframe = new Client();
  const gameData = await warframe.getAll();

  console.log(gameData); // see all Warframe data in the console
})();

Documentation

Worldstate

Platforms

  • pc
  • xb1
  • ps4
  • swi

Methods

[ ] = optional

Searchable Methods

These will return all data if no search query argument is provided

Unstable Methods

Market

Platforms

  • pc
  • xbox
  • ps4
  • switch

Methods

License

MIT License

Package Sidebar

Install

npm i warframestats.js

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

12 kB

Total Files

5

Last publish

Collaborators

  • xyrrm