A simple & small JS module to query a Steam user's CSGO inventory.
Add the dependency:
# when using yarn
yarn add get-csgo-inventory
# when using npm
npm i get-csgo-inventory
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")
TODO Add docs for response model
TODO Add license information