https://github.com/joshuaportero/mojang-api
A lightweight REST API designed for Minecraft plugins, hosted on Cloudflare Workers, that consolidates Mojang API requests into a single GET request for efficient retrieval of player data, UUIDs, and skins.
https://github.com/joshuaportero/mojang-api
bun cloudflare-workers hono typescript
Last synced: 2 months ago
JSON representation
A lightweight REST API designed for Minecraft plugins, hosted on Cloudflare Workers, that consolidates Mojang API requests into a single GET request for efficient retrieval of player data, UUIDs, and skins.
- Host: GitHub
- URL: https://github.com/joshuaportero/mojang-api
- Owner: joshuaportero
- Created: 2024-12-12T13:13:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T15:08:50.000Z (6 months ago)
- Last Synced: 2025-02-06T21:45:11.753Z (4 months ago)
- Topics: bun, cloudflare-workers, hono, typescript
- Language: TypeScript
- Homepage: https://mojang.portero.dev
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm install
npm run dev
``````
npm run deploy
```