This package has been deprecated

Author message:

this project is not maintained

steam-web-api-key

0.0.4 • Public • Published

Steam Web API Key

Automatically registers and retrieves Steam API key.

Note: By using this library you automatically agree to Steam API Terms of Use

Installation

npm install steam-web-api-key

Usage

Require it...

var getSteamAPIKey = require('steam-web-api-key');

...then call:

getSteamAPIKey({ sessionID: sessionID, webCookie: cookies }, callback);

The second argument to the callback will be your API key. Optionally, you can also provide a domain to which an API key will be registered (default is localhost).

If failed to retrieve Web API key due to limited account, it will return Access Denied error in the callback.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i steam-web-api-key

Weekly Downloads

10

Version

0.0.4

License

MIT

Unpacked Size

2.5 kB

Total Files

3

Last publish

Collaborators

  • alex7kom