Interact with various interfaces on Steam Community from Node.js
Go to file
Alexander Corn 4f618c0a27 2.4.0
2015-06-29 16:38:36 -04:00
classes Don't fire callback if not provided 2015-06-28 22:16:49 -04:00
components Added ability to spoof UI mode 2015-06-29 16:38:24 -04:00
.gitignore Ignore test.js 2014-12-17 00:48:52 -05:00
index.js Added CMarketItem 2015-06-28 20:19:42 -04:00
package.json 2.4.0 2015-06-29 16:38:36 -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.