rockstar-games-status

1.0.0 • Public • Published

RockstarGames status

Simple package to get the current status of Rockstar Games services

Example

const fetchStatus = require('rockstar-games-status');
 
fetchStatus().then((statuses) => {
 
    console.log(statuses.gtao.pc); // Up
    console.log(statuses.gtao.ps4); // Down
 
});

Fetch with specific timezone and languages

Get results in another language or for another timezone:

const fetchStatus = require('rockstar-games-status');
 
fetchStatus('Europe/Rome', 'fr').then((statuses) => {
 
    console.log(statuses.gtao.pc); // Actif
 
});

Readme

Keywords

none

Package Sidebar

Install

npm i rockstar-games-status

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

4.68 kB

Total Files

6

Last publish

Collaborators

  • androz2091