@exilis/warframe-worldstate-parser

2.1.14 • Public • Published

Warframe Worldstate Parser

Greenkeeper badge

Supported by Warframe Community Developers

Parse the Warframe worldstate into useable javascript objects.

GitHub issues GitHub forks GitHub stars GitHub license Stories in Ready Crowdin Codacy Badge Contact me on Discord

NPM

Documentation

You can find the documentation here

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 PS4 XB1

NPM

Package Sidebar

Install

npm i @exilis/warframe-worldstate-parser

Weekly Downloads

1

Version

2.1.14

License

MIT

Unpacked Size

115 kB

Total Files

34

Last publish

Collaborators

  • exilis