Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alex7Kom/node-steam-parental
Steam Parental Unlock
https://github.com/Alex7Kom/node-steam-parental
Last synced: 3 months ago
JSON representation
Steam Parental Unlock
- Host: GitHub
- URL: https://github.com/Alex7Kom/node-steam-parental
- Owner: alex7kom
- Archived: true
- Created: 2015-07-16T19:03:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T13:46:05.000Z (about 9 years ago)
- Last Synced: 2024-05-06T14:35:46.427Z (6 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-steam - steam-parental - Disable parental lock. (Packages / Node.js)
README
# Steam Parental Features
By far this features just parental unlock.
## Installation
```
npm install steam-parental
```## Usage
Require it...
```js
var steamParental = require('steam-parental');
```...then call:
```js
steamParental.parentalUnlock({ webCookie: cookies, PIN: pin }, callback);
```## License
MIT