node-steamcommunity/README.md

15 lines
580 B
Markdown
Raw Normal View History

2014-12-17 17:09:47 +08:00
simply # Steam Community for Node.js
2014-10-01 03:38:15 +08:00
2014-12-17 17:09:47 +08:00
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.
2014-10-01 03:38:15 +08:00
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
2014-12-17 17:09:47 +08:00
# Documentation
2014-10-01 03:38:15 +08:00
2014-12-17 17:09:47 +08:00
As of version 1.0.0, documentation is on the [GitHub wiki](https://github.com/DoctorMcKay/node-steamcommunity/wiki).