1.1.3 • Published 2 years ago

mtasa-informations v1.1.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
2 years ago

About

mtasa-informations is a powerful Node.js module that allows you to easily interact with the MTA SA API

Installation

Node.js required.

npm install mtasa-informations
yarn add mtasa-informations
pnpm add mtasa-informations

Example usage

npm install mtasa-informations

simple example :

const KINGMAN = require("mtasa-informations")
;(async()=>{
    new KINGMAN({ip: "87.98.182.70", port: 22003})
    .getServerInfo()
    .then((res)=> {
        console.log(res)
    })
    .catch((err)=> {
        console.log(err)
    })
})()

Help

If you don't understand something in the pkgs, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official KMCodes Server.

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago