Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.
/ WinnieAPI Public archive

API with backend and frontend for checking Minecraft Status

License

Notifications You must be signed in to change notification settings

WinniePatGG/WinnieAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Server Monitor

A web application to check the status of Minecraft servers.

Public Access

Features

  • Fast status checking
  • Player count and list visualization
  • Server version and MOTD display
  • Latency measurement
  • Responsive design

Installation

Linux

  1. Clone this repository
  2. Setup venv: python -m venv .venv
  3. Install requirements: .venv/bin/pip install -r requirements.txt
  4. Run the application: .venv/bin/python app.py
  5. Access at http://localhost:5000

Windows

  1. Clone this repository
  2. Setup venv: python -m venv .venv
  3. Install requirements: .venv/Scripts/pip install -r requirements.txt
  4. Run the application: .venv/Scripts/python app.py
  5. Access at http://localhost:5000

Usage

  • Direct access with http://localhost:5000/api/quick-status/-ip-

About

API with backend and frontend for checking Minecraft Status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published