mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-02-09 04:14:52 +08:00
Interact with various interfaces on Steam Community from Node.js
In received XML there's `isPrimary="0"`, which mostly likely causes the problem, which results the last group in xml to be set as primary. This should fix it. |
||
---|---|---|
classes | ||
components | ||
examples | ||
.gitignore | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
Steam Community for Node.js
This module provides an easy interface for the Steam Community website. This module can be used to simply login to steamcommunity.com for use with other libraries, or to interact with steamcommunity.com.
It supports Steam Guard and CAPTCHAs.
Installation
Install it from npm:
$ npm install steamcommunity
Documentation
As of version 1.0.0, documentation is on the GitHub wiki.