warframe-location-query
v0.0.3
Published
Query a database of relic drops and locations for looking up where prime parts and relics drop.
Readme
warframe-location-query
A node project for fetching data from http://xenogelion.com/Hidden/Relics.json to give data about relic and prime part drops.
Installation
npm install --save warframe-location-queryUsage
Require | Module File | Accessor | Description | parameters
--- | --- | --- | --- | ---
warframe-location-query | index.js | .getLocationsForComponent | Get Query result string for a location lookup query | query, callback
Environment variables
Variable | example | default
--- | --- | ---
LOCATION_MAX_CACHED_TIME | 600000 | 30000
Objects
Relic
name- Components fetchedtype- Type of the item - reliclocations- List of locations where this relic can be found
Prime Part
name- Components fetchedtype- Type of the item - Prime partlocations- List of relics in which this prime part can be foundducats- Value of priime part in ducats

