Get the items in user steam inventory.
$ npm install --save steam-user-inventory
var steamUserInventory = require('steam-user-inventory');
steamUserInventory('awtt').then(data => {
// console.log(data);
});
Return: Promise that resolve to array of objects
[
{
id
name
appid
classid
instanceid
tradable
marketable
marketTradableRestriction
link
image
category
type
exterior
quality
},
...
]
Type: String
Steam username or profile ID.
Type: String
Default 730/2/
(csgo)
Steam game id.
MIT © Daniel Husar