Recipe Display
Easily create a webpage that will display all your recipes!
Links
- 💻 Website
- ⚙️ Source Code
Getting Started
- First you must create a JSON file that will contain all the recipes. read more
- Now you need to upload the JSON file and all its resrouces to GitHub or your website of choise.
- Get the JSON url from the place that you uploaded the JSON to. Make sure it is just the raw data/file. The url will usually end in
.json
- Finally go to the main page. at the end of the url add
?json=<JSON URL>
, but replace<JSON URL>
with the url from the step above. Example full url:https://legopitstop.github.io/Minecraft-Recipe-Display/index.html?json=./examples/recipes.json
- Refresh the tab with the new url to see your loaded recipes.
Debugging
If there is any syntax errors with the JSON use developer tools, press F12
, and nagivate to the "Console" tab. If there is any issues they will be in red or yellow.