ArenaStats
This is a simple web application built with AngularJS and Bootstrap to show statistics about the Arena teams.
It is based on the TrinityCore JSON RESTful API.
https://raw.githubusercontent.com/ShinDarth/ArenaStats/master/screenshots/screenshot1.png
https://raw.githubusercontent.com/ShinDarth/ArenaStats/master/screenshots/screenshot2.png
[B]Installation[/B]
The application requires the TrinityCore JSON RESTful API to access to the characters database.
Clone the ArenaStats folder inside your web server directory:
git clone https://github.com/ShinDarth/ArenaStats.git
Then copy the file config.js.dist to config.js, 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”;
[B]License[/B]
ArenaStats is open-sourced software licensed under the GNU AGPL license.
[SIZE=20px]IMPORTANT: REQUIRES TC-JSON-API 0.7 (dev) OR NEWER[/SIZE]