@dsyncerek/node-steam-inventory
v3.0.0
Published
Get inventory of user using steam api.
Downloads
21
Readme
Steam Inventory for Node.js
Get inventory of user using steam api.
Installation
npm i @dsyncerek/node-steam-inventory
Usage
const SteamInventory = require('@dsyncerek/node-steam-inventory')();
SteamInventory.get('76561198020084907').then(data => console.log(data));