mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-04-07 01:40:13 +08:00
Added stats-reporter integration
This commit is contained in:
parent
2dcb123761
commit
3045a5d0cc
@ -9,6 +9,8 @@ This module provides an easy interface for the Steam Community website. This mod
|
|||||||
|
|
||||||
It supports Steam Guard and CAPTCHAs.
|
It supports Steam Guard and CAPTCHAs.
|
||||||
|
|
||||||
|
This reports anonymous usage statistics to the author. [See here](https://github.com/DoctorMcKay/node-stats-reporter) for more information.
|
||||||
|
|
||||||
**Have a question about the module or coding in general? *Do not create a GitHub issue.* GitHub issues are for feature
|
**Have a question about the module or coding in general? *Do not create a GitHub issue.* GitHub issues are for feature
|
||||||
requests and bug reports. Instead, post in the [dedicated forum](https://dev.doctormckay.com/forum/8-node-steamcommunity/).
|
requests and bug reports. Instead, post in the [dedicated forum](https://dev.doctormckay.com/forum/8-node-steamcommunity/).
|
||||||
Such issues may be ignored!**
|
Such issues may be ignored!**
|
||||||
|
2
index.js
2
index.js
@ -1,3 +1,5 @@
|
|||||||
|
require('@doctormckay/stats-reporter').setup(require('./package.json'));
|
||||||
|
|
||||||
var Request = require('request');
|
var Request = require('request');
|
||||||
var RSA = require('node-bignumber').Key;
|
var RSA = require('node-bignumber').Key;
|
||||||
var hex2b64 = require('node-bignumber').hex2b64;
|
var hex2b64 = require('node-bignumber').hex2b64;
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
|
"url": "https://github.com/DoctorMcKay/node-steamcommunity.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@doctormckay/stats-reporter": "^1.0.2",
|
||||||
"request": "^2.81.0",
|
"request": "^2.81.0",
|
||||||
"node-bignumber": "^1.2.1",
|
"node-bignumber": "^1.2.1",
|
||||||
"steamid": "^1.0.0",
|
"steamid": "^1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user