Interact with various interfaces on Steam Community from Node.js
Go to file
Alexander Corn 019e33d360 Merge pull request #3 from rannmann/master
Add getMarketApps component
2015-07-30 16:49:39 -04:00
classes Moved non-class file to components 2015-07-30 13:28:28 -07:00
components Fixed callback error type consistency 2015-07-30 13:45:07 -07:00
.gitignore Ignore test.js 2014-12-17 00:48:52 -05:00
index.js Moved non-class file to components 2015-07-30 13:28:28 -07:00
package.json 3.3.3 2015-07-29 22:31:15 -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.