simplesteamapis
v0.0.4
Published
SteamApis.Com Package for easier use of the API
Downloads
76
Readme
SteamApis.Com Package for easier use of the API
🎉 Project Home
Install
yarn add simplesteamapis
or
npm i simplesteamapis
Query Params
Usage
Example:
const steamapis = require("simplesteamapis");
const api = new steamapis("API_KEY");
(async () => {
try {
const inventory = await api.getInventory("76561198027608071", 730, 2);
console.log(inventory);
} catch (err) {
console.log(err);
}
})();
Author
👤 Ashley Bridges
- Github: @idefinehd
Show your support
Give a ⭐️ if this project helped you!