Get the Rockstar Games Service Status (for GTA Online, RDRO, and Social Club) easier with this package
Revised version of Androz2091's package
const { getStatus } = require("./index.js")
getStatus("en")
.then(statuses => {
console.log(statuses)
})
Expected result: {redDeadOnline: {…}, gtaOnline: {…}, socialClub: {…}, launcher: {…}, lastUpdated: {…}} . . .