/warframe-worldstate-parser

An Open parser for Warframe's Worldstate in Javascript

Primary LanguageJavaScriptMIT LicenseMIT

Warframe Worldstate Parser

Supported by Warframe Community Developers

Parse the Warframe worldstate into useable javascript objects.

GitHub license Crowdin Codacy Badge Contact me on Discord

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 API PS4 API XB1 API Switch API Greenkeeper badge