Zamboni.gg is a web-based analytics dashboard that connects to custom Zamboni's APIService's REST Api.
It provides a clear, interactive interface for viewing player stats, ongoing games, and live API data.
Website includes:
- General information about the project.
- Small FAQ section.
- Discord and other links.
Statistics Includes:
- Real-time server status display.
- List of recent games with status on who won and other details.
- Player profile visualization with stats and recent game data.
- HUT Stats displaying the general, per manager, leaderboard and market data.
If you are intered in running the project locally, follow these steps:
- Edit
CFG.basebathinstatistics-script.jsto just"" - Run the project with
npm run localto run the project in proxy mode, due to cors on zamboni.gg
Some things that probs would make this better
- Better code documentation.
- Mobile optimization is always good thing to improve!
- Overall improvements. (some TODOs in statistics-script.js)