Interact with various interfaces on Steam Community from Node.js
Go to file
2016-03-03 19:22:05 -08:00
classes Merge pull request #54 from Mikxail/bugfix-market-item-price 2016-02-29 16:44:17 -05:00
components Renamed body.error to body.Error 2016-03-03 19:22:05 -08:00
examples Added ability to deleteAnnoucement 2016-01-17 02:27:11 +00:00
.gitignore Ignore IDE stuff 2015-08-04 23:37:08 -04:00
index.js Fixed captcha overriding more important errors (fixes #56) 2016-02-29 16:41:37 -05:00
LICENSE Added LICENSE 2015-08-11 02:00:43 -04:00
package.json 3.18.6 2016-02-29 16:42:00 -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.