Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PitPanda/PitPandaProduction

Repository files navigation

Pit Panda

Pit Panda is a web application created by Kelly Dance for viewing player stats in the Hypixel Pit. It can be accessed at https://pitpanda.rocks/.

Requirements

  • Node.js (try v16 if the image API acts weird)
  • MongoDB (persistent player data)
  • Redis (for leaderboards)
  • .env file

Installation

Installation is exactly the same as any other JS webapp, but be sure to install the frontend and its dependencies as well.

cd PitPandaFrontend
npm install

The .env file should have the MongoDB and Redis connections in it.

ENV=PROD
MONGO=...
APIKEY=...
TOKEN=...
PREFIX=... // Discord bot prefix
REDIS_PORT=...

About

Pit Panda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages