Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/happyuky7/mta-api-serverinfo

MTA-API-SERVERINFO
https://github.com/happyuky7/mta-api-serverinfo

api mta mta-dev mta-server mtaa-api mtasa mtasa-lua

Last synced: about 1 month ago
JSON representation

MTA-API-SERVERINFO

Awesome Lists containing this project

README

        

# MTA-API-SERVERINFO

### Is a simple api for MTA servers status.

## [Using hostend API Click HERE](https://mtaapiresquestinfo.happy7.xyz/)

## API Documentation:

[Click here](https://mtaapiresquestinfo.happy7.xyz/api)

## Examples:

[Click Here for view examples in different programming languages](https://github.com/Happyuky7/MTA-API-SERVERINFO/tree/master/public/examplesapi/)

---

## Contributors:

- [Happyuky7](https://github.com/Happyuky7) | Main Development and API Hosting.

---

## Custom Run Server

- Clone this repository.

```bash
$ git clone https://github.com/Happyuky7/MTA-API-SERVERINFO.git
```

- Join this repository folder.

```bash
$ cd MTA-API-SERVERINFO
```

- Run the npm install command

```bash
$ npm install
```

- Run the server.js

```bash
$ node .
or
$ node ./server.js
or
$ node server.js
```

- Open your browser and open localhost url.

```bash
http://localhost:3000/
```

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

```bash
https//0.0.0.0:3000/
```

---

## Aditional Information

[My website](https://happy7.xyz), My website

[Discord](https://discord.gg/3EebYUyeUX), Support My Server Discord

---

© Copyright Happyuky7 2017-2024 ©
RIGHTS RESERVED

## Special Thanks

- **Visual Studio Code**: [Link](https://code.visualstudio.com/)
![Visual Studio Code Logo](./statics/imgs/vscode.png)
- 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!