How to use the warframe-worldstate-data.components function in warframe-worldstate-data

To help you get started, we’ve selected a few warframe-worldstate-data examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github WFCD / warframe-worldstate-parser / src / modules / components.js View on Github external
var md = require('node-md-config');
var jsonQuery = require('json-query');
var componentData =  require('warframe-worldstate-data').components;

var toTitleCase = function (str)
{
    return str.replace(/\w\S*/g, function(txt){return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase();});
}

var RelicSort = function(a, b){
  var aVal = setRelicValForCompare(a);
  var bVal = setRelicValForCompare(b);
  
  if(aValbVal)
    return 1;

warframe-worldstate-data

Warframe data for use with warframe-worldstate-parser

MIT
Latest version published 23 hours ago

Package Health Score

78 / 100
Full package analysis