Interact with various interfaces on Steam Community from Node.js
Go to file
2015-12-01 17:57:26 -08:00
classes Fixed isLimitedAccount and vacBanned (fixes #12) 2015-11-27 01:32:12 -05:00
components updates login code to use mobile login so that we can grab the oauth token. 2015-11-30 17:39:55 -08:00
.gitignore Ignore IDE stuff 2015-08-04 23:37:08 -04:00
index.js moves headers away from being default on everything. only use them on login. 2015-12-01 17:57:26 -08:00
LICENSE Added LICENSE 2015-08-11 02:00:43 -04:00
package.json 3.11.1 2015-11-27 22:09:47 -05:00
README.md Added readme shields 2015-08-11 02:00:49 -04:00

Steam Community for Node.js

npm version npm downloads dependencies license paypal

This 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 and CAPTCHAs.

Installation

Install it from npm:

$ npm install steamcommunity

Documentation

As of version 1.0.0, documentation is on the GitHub wiki.