Skip to content

Happyuky7/MTA-API-SERVERINFO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTA-API-SERVERINFO

Is a simple api for MTA servers status.

API Documentation:

Click here

Examples:

Click Here for view examples in different programming languages


Contributors:

  • Happyuky7 | Main Development and API Hosting.

Custom Run Server

  • Clone this repository.
$ git clone https://github.com/Happyuky7/MTA-API-SERVERINFO.git
  • Join this repository folder.
$ cd MTA-API-SERVERINFO
  • Run the npm install command
$ npm install
  • Run the server.js
$ node . 
or 
$ node ./server.js
or 
$ node server.js
  • Open your browser and open localhost url.
http://localhost:3000/

OR in vps, hosting, dedicated server; configuration your domanin.

https//0.0.0.0:3000/

Aditional Information

My website, My website

Discord, Support My Server Discord


© Copyright Happyuky7 2017-2024 © RIGHTS RESERVED

Special Thanks

  • Visual Studio Code: Link Visual Studio Code Logo
    • Description: Visual Studio Code is a lightweight and powerful source code editor that provides excellent support for various programming languages, debugging, and version control integration.

Happy coding!