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

https://github.com/tobycm/minecraft-recipes-api

api for everything about minecraft recipes
https://github.com/tobycm/minecraft-recipes-api

Last synced: 2 months ago
JSON representation

api for everything about minecraft recipes

Awesome Lists containing this project

README

          

---
runme:
id: 01JNWDKNN3AQTS9AGMQTDXBZGG
version: v3
---

# Minecraft Recipes API

Supports:
- Get recipes from Minecraft
- Add a custom recipe
- Remove a custom recipe

## Getting Started

```bash {"id":"01JNWDKNN3AQTS9AGMQM98WEGK"}
bun i
```

```bash {"id":"01JNWEDM83VDHNZE8W5YFFGJVD"}
git submodule update --init --recursive
```

## Development

To start the development server run:

```bash {"id":"01JNWDKNN3AQTS9AGMQM9YVCT6"}
bun run dev
```

Open http://localhost:3000/ with your browser to see the result.

Open http://localhost:3000/swagger with your browser to see the swagger documentation.

## Credits

- [Bun](https://bun.sh) - Bun is a fast JavaScript all-in-one toolkit
- [ElysiaJS](https://elysiajs.com/) - an ergonomic web framework for building backend servers with Bun.
- [PrismarineJS/minecraft-data](https://github.com/PrismarineJS/minecraft-data) - Data for Minecraft: Java Edition and Bedrock Edition

This project is a submission of the [RaspAPI YSWS](https://raspapi.hackclub.com/)