mcstatus-io / widget-server

The server that generates widget images using server status information.
MIT License
2 stars 1 forks source link

Widget Server

The server that generates widget images using server status information.

Requirements

Installation

  1. Clone the repository
    • git clone https://github.com/mcstatus-io/widget-server.git
  2. Move the working directory into the cloned repository
    • cd widget-server
  3. Install all required dependencies
    • npm install
  4. Copy the .env.example file to .env and modify details as needed
  5. Start the server
    • npm start

License

MIT License