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
- Host: GitHub
- URL: https://github.com/tobycm/minecraft-recipes-api
- Owner: tobycm
- License: mit
- Created: 2025-02-03T07:59:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T20:44:52.000Z (over 1 year ago)
- Last Synced: 2025-12-23T08:59:19.176Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)