Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Automatically registers and retrieves Steam API key **NO LONGER MAINTAINED**

Notifications You must be signed in to change notification settings

alex7kom/node-steam-web-api-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatically registers and retrieves Steam API key **NO LONGER MAINTAINED**

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published