@dedwatson/steam-web-api-key

1.0.0 • 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.

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 @dedwatson/steam-web-api-key

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.83 kB

Total Files

7

Last publish

Collaborators

  • dedwatson