An open API service indexing awesome lists of open source software.

https://github.com/monkestation/game-hub

Monkestation's game hub for all of our servers
https://github.com/monkestation/game-hub

next-js react ss13

Last synced: 3 months ago
JSON representation

Monkestation's game hub for all of our servers

Awesome Lists containing this project

README

          

# Monkestation Game Hub

![alt text](.github/frontpage.png)


This is the repo of our game hub hosted at https://hub.monkestation.com

It makes use of a proprietary API called Plexora (Kind of hard to explain what it is but TL;DR server management service)

Mock API's will eventually be provided for those looking to help contribute to the design of the game hub.

# TODO

- [ ] Fix multple repeated API querys, likely through the use of caching server side. (Actually yes, should do that)
- [ ] Cleanup code that's obviously bad
- [x] Github link to repo at the bottom and github link at the top for the org
- [ ] For image lookup I could technically just make a component that wraps an image and asyncronously determines the extension of a file for a key.
- [ ] Player count graphs
- [x] Fix the fucking connect buttons
- [x] Add multiple banner support, so like, it picks from a random array of image keys
- [x] Fix recent rounds not showing properly
- [ ] Maybe block current on going round info?
- [ ] Time dialation sucks we should remove it
- [x] "Version" what?
- [x] Online/offline badges not showing the background color
- [x] fix gradient being huge on server info

# Setting up

```
pnpm install
pnpm run dev
# or
pnpm run build
pnpm run start
```