Interact with various interfaces on Steam Community from Node.js
Go to file
mikxail 26f27e2698 remove unused price calculating block
and fix lowestPrice value
2016-01-05 21:58:49 +03:00
classes remove unused price calculating block 2016-01-05 21:58:49 +03:00
components Added support for escrow to getInventoryHistory 2015-12-21 14:21:47 -05:00
examples Added enable_twofactor example 2015-12-12 18:41:10 -05:00
.gitignore Ignore IDE stuff 2015-08-04 23:37:08 -04:00
index.js Require steamguard value in oAuthLogin method 2015-12-26 18:34:22 -05:00
LICENSE Added LICENSE 2015-08-11 02:00:43 -04:00
package.json 3.16.0 2015-12-26 18:38:53 -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.