https://github.com/alphanecron/renos
Versatile embeddable game stats, runs on Cloudflare Workers. WIP, supports only Wynncraft for now.
https://github.com/alphanecron/renos
Last synced: about 1 year ago
JSON representation
Versatile embeddable game stats, runs on Cloudflare Workers. WIP, supports only Wynncraft for now.
- Host: GitHub
- URL: https://github.com/alphanecron/renos
- Owner: AlphaNecron
- License: mit
- Created: 2024-04-17T09:59:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T11:38:06.000Z (about 2 years ago)
- Last Synced: 2025-02-04T22:33:42.142Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## renos
A handy app to show off your game stats, outputs SVG by default.
### Deployment
```sh
git clone https://github.com/AlphaNecron/renos.git --depth=1
cd renos
yarn install
wrangler deploy
```
### Todos
- [ ] Enforce a more aggressive caching policy as Wynncraft API only allows 750 requests per 30 minutes.
- [ ] Transform all remote images into inlined base64 ones (thanks GitHub for forcing images to route through `camo`, no
one literally asked for that shitty feature)
- [ ] Support LoL and Hypixel stats.
### Resources
- Sprites, icons and API from [Wynncraft](https://wynncraft.com).
- Skin rendering API from [Visage](https://visage.surgeplay.com).
- Minecraft font from [Fontspace](https://www.fontspace.com/minecraft-font-f28180).
### Demo instance: `https://renos.andev.workers.dev`
Usage: `https://renos.andev.workers.dev/wynncraft/`
[](https://renos.andev.workers.dev/wynncraft/oishisnacktomcay)
#### The above preview is currently broken due to GitHub blocking remote URLs (CSP), try using a SVG -> PNG converter if you want to embed this SVG.
> [!IMPORTANT]
> Caveat: This app acts as a proxy to serve static data from Wynncraft CDN and other services to avoid non-same origin blocker so the traffic can be far from expected, not sure whether this is an effective approach, but it should negotiate some restrictions of browsers lol.