1.2.1 • Published 3 months ago

warframestats.js v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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

1.2.0

3 months ago

1.2.1

3 months ago

1.1.0

8 months ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago