Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@999-cs/game-stats

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@999-cs/game-stats

Simple Game Stats Pkg

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

⚡ 999-cs/game-stats Package

Game-stats is a Node library which provides games stats from Game-stats

What can I do?
  • get all mta server info (OnlinePlayers , server info , server variables)

Getting Started :

Installation :

To use Game-stats in your project, run:

$ npm i @999-cs/game-stats
$ npm install @999-cs/game-stats

Usage :

First - Create a js file

Second - Install package

Third - Write your code

Exemple - fetch a mta server

const gameStats = require("@999-cs/game-stats");
gameStats.query({ip:'51.75.182.50',port:'22003',type:'mtasa'} , function (error,GAMESTATS){
    if(error){
        console.log(error)
    } else {
        console.error(GAMESTATS)
    }
});

Finaly - Run Your code

$ node .

Photo : MTASA_QUERY

Available Methods :

  • query : To get server info

News :

  • Fix : Server Variable Error

Keywords

FAQs

Package last updated on 18 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc