This is a website which displays information about tModloader mods.

The site can be found under https://modstats.le0n.dev/
- Mod Search (internal- and display name)
- Author Search (through steamid64 and steam name)
- Mod List
- Random Mod
- 1.3 and 1.4 support
Requirements:
- Go
- Clone the repo
git clone https://github.com/NotLe0n/ModStats.git - Navigate to it
cd ModStats - create
config.json, for the default config write:{} - Run
go run ./server - Browse
http://localhost:8080
This is how the default config looks like:
{
"API-URL": "https://tmlapis.le0n.dev",
"port": 8080,
"useHTTPS": false,
"certPath": "",
"keyPath": ""
}