0.0.4 ā€¢ Published 3 years ago

simplesteamapis v0.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

SteamApis.Com Package for easier use of the API

šŸŽ‰ Project Home

Install

yarn add simplesteamapis

or

npm i simplesteamapis

Query Params

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

Show your support

Give a ā­ļø if this project helped you!


0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago