1.0.1 • Published 4 years ago

get-csgo-inventory v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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-inventory

API

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