steamworks-web-api

1.0.6 • Public • Published

steamworks-web-api

JS Library for use Steamworks Web API

Most of the functions have not been tested, if you find any bugs open an issue explaining the bug and proposing a solution or make a pull request.

Steamworks Web Api

NPM GitHub contributors npm npm

Installation

npm install steamworks-web-api

Usage

Functions that I have used and that I know work

const {SteamworksWebApi} = require('steamworks-web-api');
const steamworksWebApi = new SteamworksWebApi('<key> Steamworks Web API publisher authentication key.');

await steamworksWebApi.IPlayerService.GetBadges('76561198069627324');
await steamworksWebApi.IInventoryService.AddItem("3062640", [1], undefined, "76561198069627324", true)

Contributors

contributors

License

MIT

/steamworks-web-api/

    Package Sidebar

    Install

    npm i steamworks-web-api

    Weekly Downloads

    1

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    57 kB

    Total Files

    33

    Last publish

    Collaborators

    • cerberupo