JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q57421F
  • License MIT

A Node.js library for the Steam Web API

Package Exports

  • steam-nodejs
  • steam-nodejs/package.json

Readme

Steam Node.js Library (Unofficial)

An unofficial Node.js library for the Steam Web API

Installation

bun add steam-nodejs

Usage

import { SteamClient } from 'steam-nodejs';

const steamClient = new SteamClient('your-api-key');

const friendsList = await steamClient.user.getFriendsList('76561198000000000');

console.log(friendsList);

Documentation

For more information, please see the documentation.

Contributing

Please see CONTRIBUTING.md for contribution guidelines.

License

MIT

Disclaimer

This project is not affiliated with Valve Corporation or Steam. All trademarks are property of their respective owners in the US and other countries. Valve Corporation. Steam and the Steam logo are trademarks and/or registered trademarks of Valve Corporation in the U.S. and/or other countries.