This is a scraper application built in NestJS, that collects the most popular Minecraft server jar files and checks for updates from time to time. Files are downloaded and, if necessary, built and then stored. It provides an easy-to-use api that can be easily integrated into other systems.
- We assume that Docker is installed and you have basic knowledge
- Clone the repository
- Copy
.env.example
as.env
- Open
.env
and set the values you need (optional) - Run
docker compose up -d
- Open
http://localhost/api/status/ping
to check if it works well
You can find the documentation on Wiki page. (click here)
- final tune the api / responses
- redis cache
- rate limiting
- more configuration options in .env
- api key auth
- statistics
- documentation