mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-09 09:50:11 +08:00
15 lines
573 B
Markdown
15 lines
573 B
Markdown
# 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](https://github.com/DoctorMcKay/node-steamcommunity/wiki). |