warframe-worldstate-parser
TypeScript icon, indicating that this package has built-in type declarations

3.0.9 • Public • Published

Warframe Worldstate Parser

Parse the Warframe worldstate into useable javascript objects.

Supported by the Warframe Community Developers Crowdin Coverage Status Discord semantic-release: angular

Documentation

You can find the documentation here

Installation

$ npm i -S warframe-worldstate-parser

For the most part, you'll have a better experience consuming the product of this from the information in Live version

Example usage

const worldstateData = await require('request-promise')('http://content.warframe.com/dynamic/worldState.php');

const WorldState = require('warframe-worldstate-parser');

const ws = new WorldState(worldstateData);

console.log(ws.alerts[0].toString());

Live version

See the parser in action here:

PC API PS4 API XB1 API Switch API

Package Sidebar

Install

npm i warframe-worldstate-parser

Weekly Downloads

175

Version

3.0.9

License

MIT

Unpacked Size

204 kB

Total Files

95

Last publish

Collaborators

  • aliasfalse
  • nspacestd