Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foopis23/minecraft-update-api
This is a simple API that allows you to keep your server up to date with the latest server jar
https://github.com/foopis23/minecraft-update-api
minecraft railway railway-template server-jar
Last synced: about 23 hours ago
JSON representation
This is a simple API that allows you to keep your server up to date with the latest server jar
- Host: GitHub
- URL: https://github.com/foopis23/minecraft-update-api
- Owner: foopis23
- Created: 2024-08-17T19:10:28.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T15:07:25.000Z (3 months ago)
- Last Synced: 2024-08-20T22:03:25.381Z (3 months ago)
- Topics: minecraft, railway, railway-template, server-jar
- Language: TypeScript
- Homepage: https://minecraft-update-api-production.up.railway.app/docs
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Server Versions API
This is a simple API that allows you to keep your server up to date with the latest server jar
## Documentation
- [API Documentation](https://minecraft-update-api-production.up.railway.app/docs)## Usages
```bash
#!/bin/bash
# update.sh# stop the server somehow...
# Download Latest Release as "server.jar"
curl -L -X 'GET' \
'https://minecraft-update-api-production.up.railway.app/vanilla/latest/release' \
-o 'server.jar'# start the server somehow...
```## Running the API
```bash
bun run start
```## Deploy
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/xDMYoi?referralCode=ShtSlb)