Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

```
npm install
npm run dev
```

```
npm run deploy
```