Aure77 / warframe-worldstate-parser

An Open parser for Warframe's Worldstate in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warframe Worldstate Parser

Supported by Warframe Community Developers

Parse the Warframe worldstate into useable javascript objects.

GitHub

GitHub issues GitHub forks GitHub stars GitHub license Stories in Ready

Contact

Contact me on Discord

Installation

npm i -S warframe-worldstate-parser

Documentation

You can find the documentation here

Example usage

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

const ws = new WorldState(json-data);

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

NPM

NPM

About

An Open parser for Warframe's Worldstate in Javascript

License:MIT License


Languages

Language:JavaScript 100.0%