Skip to content

rschoebel/warframe-worldstate-parser

 
 

Repository files navigation

Warframe Worldstate Parser

Supported by Warframe Community Developers

Parse the Warframe worldstate into useable javascript objects.

GitHub issues GitHub forks GitHub stars GitHub license Crowdin Codacy Badge

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

Extra info

Contact me on Discord Greenkeeper badge Build Status

About

An Open parser for Warframe's Worldstate in Javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Shell 1.2%