priv8-cs
Version:
Multi-Platform Status API Module For XBL and PSN.
19 lines (15 loc) • 492 B
JavaScript
/**
* @private
* @author Joker
* @name ConsoleStatus
* @copyright 2020, GTChecker.com, All rights reserved.
* @description Gets both PSN Network & Xbox Live Statuses Live.
* @returns JSON Objects of retrieved information.
* @license MIT
*/
var XBL = require("./lib/xbl");
var PSN = require("./lib/psn");
var RGS = require("./lib/rockstar");
var TEST = require("./lib/test");
var debug = require("./lib/debug");
module.exports = { XBL, PSN, RGS, TEST, debug };