Interact with various interfaces on Steam Community from Node.js
Go to file
2014-12-17 04:09:47 -05:00
classes Added CSteamGroup.leave method 2014-12-17 03:07:59 -05:00
.gitignore Ignore test.js 2014-12-17 00:48:52 -05:00
index.js Added _myProfile helper to make calls to the user's profile URL 2014-12-17 03:07:49 -05:00
package.json Added xml2js dependency 2014-12-17 01:48:07 -05:00
README.md Updated readme 2014-12-17 04:09:47 -05:00

simply # Steam Community for Node.js

This lightweight 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 but doesn't support CAPTCHAs, so make sure you don't provide Steam with an incorrect password.

Installation

Install it from npm:

$ npm install steamcommunity

Documentation

As of version 1.0.0, documentation is on the GitHub wiki.