Interact with various interfaces on Steam Community from Node.js
Go to file
Alexander Corn a88a39c62c 1.0.4
2015-05-11 15:48:13 -04:00
classes Added removeFriend, blockCommunication, and unblockCommunication 2015-04-26 01:16:27 -04:00
.gitignore Ignore test.js 2014-12-17 00:48:52 -05:00
index.js Added parentalUnlock method 2015-05-11 15:48:00 -04:00
package.json 1.0.4 2015-05-11 15:48:13 -04:00
README.md Fixed readme 2014-12-17 04:12:26 -05:00

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.