Interact with various interfaces on Steam Community from Node.js
Go to file
Alexander Corn 6d455e8797 3.3.0
2015-07-27 22:56:42 -04:00
classes All callbacks now consistently return Error objects instead of strings 2015-07-17 22:23:20 -04:00
components Added setupProfile method 2015-07-27 22:55:25 -04:00
.gitignore Ignore test.js 2014-12-17 00:48:52 -05:00
index.js Added profileSettings method 2015-07-25 01:24:28 -04:00
package.json 3.3.0 2015-07-27 22:56:42 -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.