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: about 2 months ago
JSON representation

Steam Parental Unlock

Lists

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