@exilis/warframe-worldstate-parser
v2.1.14
Published
An Open parser for Warframe's Worldstate in Javascript
Readme
Warframe Worldstate Parser
Parse the Warframe worldstate into useable javascript objects.
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



