Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-12T14:33:24.000Z (24 days ago)
- Last Synced: 2024-12-12T14:34:44.435Z (24 days ago)
- Topics: bun, cloudflare-workers, hono, typescript
- Language: TypeScript
- Homepage: https://api.portero.dev
- Size: 0 Bytes
- 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
```