Interact with various interfaces on Steam Community from Node.js
Go to file
Alexander Corn d367ceb2a6 1.0.5
2015-05-11 15:56:57 -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 Made callback optional for parentalUnlock 2015-05-11 15:56:41 -04:00
package.json 1.0.5 2015-05-11 15:56:57 -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.