get-csgo-inventory
v1.0.1
Published
Query a user's CSGO inventory in JavaScript
Readme
getCsgoInventory()
A simple & small JS module to query a Steam user's CSGO inventory.
Installation
Add the dependency:
# when using yarn
yarn add get-csgo-inventory
# when using npm
npm i get-csgo-inventoryAPI
The API of this module is simple.
There's only one function which you can call:
import { getCsgoInventory } from 'get-csgo-inventory'
const inventoryResponse = await getCsgoInventory("SOME_STEAM_ID")
Response Model
TODO Add docs for response model
License
TODO Add license information
