This is a simple web application built with AngularJS and Bootstrap to show the online players list of a TrinityCore server.
It is based on the TrinityCore JSON RESTful API.
How to install:
The application requires the TrinityCore JSON RESTful API to access to the characters database.
Clone the TC-Server-Status folder inside your web server directory:
git clone https://github.com/ShinDarth/TC-Server-Status.git
Then copy the file [B]config.js.dist[/B] to [B]config.js[/B], open it and set properly with the path of the API:
app.api = “…/TC-JSON-API/public/index.php/”;
and the name of your server:
app.serverName = “YourServerName”;
[SIZE=18px][B][https://github.com/ShinDarth/TC-Server-Status](https://github.com/ShinDarth/TC-Server-Status)[/B][/SIZE]
[SIZE=18px]Released under AGPL license.[/SIZE]
https://raw.githubusercontent.com/ShinDarth/TC-Server-Status/master/img/screenshot.png