All Projects → WFCD → warframe-worldstate-parser

WFCD / warframe-worldstate-parser

Licence: MIT license
📗 An Open parser for Warframe's Worldstate in Javascript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to warframe-worldstate-parser

Async Ray
Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.
Stars: ✭ 102 (+104%)
Mutual labels:  node-js, node-module
ifto
A simple debugging module for AWS Lambda (λ) timeout
Stars: ✭ 72 (+44%)
Mutual labels:  node-js, node-module
Manual Node
📗 📒 (PT-BR Tradução) 2020 Edition - Tradução por Christy e Vinicius Dias (https://github.com/ViniciusmDias).
Stars: ✭ 134 (+168%)
Mutual labels:  node-js, node-module
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (+980%)
Mutual labels:  node-js, node-module
vayder
Easy and concise validations for Express routes
Stars: ✭ 26 (-48%)
Mutual labels:  node-js, node-module
Rando.js
The world's easiest, most powerful random function.
Stars: ✭ 659 (+1218%)
Mutual labels:  node-js, node-module
Flake Idgen
Flake ID generator yields k-ordered, conflict-free ids in a distributed environment in Node.js
Stars: ✭ 196 (+292%)
Mutual labels:  node-js, node-module
Obs Studio Node
libOBS (OBS Studio) for Node.Js, Electron and similar tools
Stars: ✭ 193 (+286%)
Mutual labels:  node-js, node-module
node-ts-dedent
TypeScript package which smartly trims and strips indentation from multi-line strings
Stars: ✭ 119 (+138%)
Mutual labels:  node-js, node-module
biguint-format
Node.js module to format big uint numbers from a byte array or a Buffer
Stars: ✭ 16 (-68%)
Mutual labels:  node-js, node-module
Warframe.NET
Under rewrite: Collection of Warframe libraries for C# developers.
Stars: ✭ 18 (-64%)
Mutual labels:  warframe, warframe-worldstate
node-screenlogic
Pentair ScreenLogic Javascript library using Node.JS
Stars: ✭ 38 (-24%)
Mutual labels:  node-js, node-module
Practicalnode
Practical Node.js, 1st and 2nd Editions [Apress] 📓
Stars: ✭ 3,694 (+7288%)
Mutual labels:  node-js, node-module
Node Loadbalance
A collection of distilled load balancing engines
Stars: ✭ 79 (+58%)
Mutual labels:  node-js, node-module
teaching-nodejs-expressjs-framework-spring-2019-2020
Complete Node-Express Application
Stars: ✭ 16 (-68%)
Mutual labels:  node-js, node-module
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (-62%)
Mutual labels:  node-js, node-module
node-advanced
Node Advanced Courseware
Stars: ✭ 80 (+60%)
Mutual labels:  node-js, node-module
Node.js-
一日不转行,学习永不停!
Stars: ✭ 16 (-68%)
Mutual labels:  node-js
node-metamask
🦊 Connect to MetaMask from node.js
Stars: ✭ 79 (+58%)
Mutual labels:  node-js
Android-Shortify
An Android library used for making an Android application more faster with less amount of code. Shortify for Android provides basic functionalities of view and resource binding, view customization, JSON parsing, AJAX, various readymade dialogs and much more.
Stars: ✭ 21 (-58%)
Mutual labels:  parse

Warframe Worldstate Parser

Parse the Warframe worldstate into useable javascript objects.

Supported by the Warframe Community Developers Crowdin Coverage Status 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].