Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/happyuky7/mta-api-serverinfo
- Owner: Happyuky7
- Created: 2023-09-07T03:50:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T06:28:54.000Z (3 months ago)
- Last Synced: 2024-09-15T10:05:40.250Z (3 months ago)
- Topics: api, mta, mta-dev, mta-server, mtaa-api, mtasa, mtasa-lua
- Language: HTML
- Homepage: https://mtaapiresquestinfo.happy7.xyz/
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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!