0.0.3 • Published 6 years ago

warframe-item-data v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Warframe Item Data

A repository of Warframe Items Data, use the latest information of Warframe game in your project.

npm npm license npm.io GitHub last commit

Published version:

npm i -S warframe-item-data@latest

Recommended version:

npm i -S https://github.com/IhToN/warframe-item-data.git

Usage

JavaScript

var itemData = require('warframe-item-data');
var warframes = itemData.warframes;

var firstOne = warframes[0];
var wfName = firstOne.name;
var wfUniqueName = firstOne.uniqueName;

TypeScript

import * as ItemData from 'warframe-item-data';

var itemThumbs = ItemData.itemThumbs
for(let item of itemThumbs) {
    console.log('Item Name: ' + item.name)
    console.log('Item Thumb: ' + item.textureLocation)
}

Available data and formatting

JSONData AccessorDescription
customs.jsoncustomsStores customization items as skins, syndanas, sigils...
drones.jsondronesStores extractos information.
flavour.jsonflavourStores colours, glyphs and animation sets.
gear.jsongearStores gear items information.
itemThumbs.jsonitemThumbsRelates item names with uniqueName and textureLocation
keys.jsonkeysStores any kind of key information such as Derelict or Mission keys.
manifest.jsonmanifestRelates uniqueName and textureLocation
regions.jsonregionsStore the information related to Solar Nodes.
relicArcane.jsonrelicArcaneStore relics and their drop data.
resources.jsonresourcesStore the resources information and their description.
sentinels.jsonsentinelsStore the information of Sentinels, Kubrows and Kavats.
upgrades.jsonupgradesStore information about Warframe Auras and Weapon Stances.
warframes.jsonwarframesStore information about Warframes themselves and Archwing
weapons.jsonweaponsStore information about all the weapons ingame, not filtered by categories yet.
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago