Revision indexing in progress... (search in this revision will be accurate after indexed)
.onedev-buildspec.yml Loading last commit info...
src
.gitignore
Dockerfile
README.md
package-lock.json
package.json
README.md

express.unnamed.group

REST API for querying game server status using GameDig. Built with Express 5.

Endpoints

MethodPathDescription
GET/Redirects to /api
GET/apiHealth check
GET/api/serversReturns live status of configured servers

Environment Variables

VariableDefaultDescription
HTTP_PORT80Port the HTTP server binds to
UDP_PORTUDP port for GameDig queries

Running Locally

npm install
npm start

Docker

docker build -t express.unnamed.group .
docker run -p 80:80 -p 13337:13337/udp express.unnamed.group
Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover