Skip to content

WFCD/warframe-nexus-query

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2024
Mar 24, 2024
Feb 12, 2024
Feb 10, 2024
Feb 1, 2023
Feb 24, 2017
Jan 17, 2023
Dec 11, 2019
Jan 3, 2025
Oct 15, 2021
Jan 17, 2023
Feb 12, 2024
Feb 10, 2024
Nov 6, 2020
Mar 1, 2025
Dec 6, 2024

Repository files navigation

warframe-nexus-query

Supported by the Warframe Community Developers Discord

A node project for allowing simple summary of the Warframe.Market pricing API.

Installation

npm install --save warframe-nexus-query

Usage

Require Module File Accessor Description parameters
warframe-nexus-query index.js .priceCheckQueryString Get Query result string query, callback
warframe-nexus-query index.js .priceCheckQuery Get Query result objects, has more parameters available query, callback

Environment variables

Variable example default
NEXUSSTATS_MAX_CACHED_TIME 600000 30000
NEXUSSTATS_URL_OVERRIDE 'https://nexus-stats.com/api' https://nexus-stats.com/api

Objects

Item

  • components - List of component objects
  • id - Unique identifier for the Item object
  • title - Title of the item
  • type - Type of the item
  • supplyPercent - Of the total amount of item listings for this object, this is the percent for sale
  • demandPercent - Of the total amount of item listings for this object, this is t looking to be bought
  • supplyAmount - Of the total amount of item listings for this object, this is the number for sale
  • demandAmount - Of the total amount of item listings for this object, this is the number looking to be bought

Component

  • name - Name of the component
  • avgPrice - Average platinum price
  • rawAverage - Raw average (non-rounded) price of the component
  • data - Array of Miscellaneous data