Middleware RESTful API for managing game data (e.g. vainglory). Inital idea is to gather player and guild data and manage their point system.
- NodeJS 10
- body-parser
- express
- mysql
- apidoc for documentation (optional)
Copy templates/default_settings.json to defaults/settings.json and fill in your database connection.
In order to start server type following:
node app
MIT License (MIT)