C&C's Recipe Book!
Search
Add
Test a new recipe
On this page you can enter a new recipe and check that it matches the schema.
{ "name": "<recipe name>", "course": "<starter, main, dessert>", "feeds": 2, "total_duration": 30, "difficulty": "<low, medium, high>", "healthiness": "<low, medium, high>", "source": "(optional) <where did this come from, e.g. the website>", "tags": [ "these", "can", "be", "anything", "you", "like", "or", "you", "can", "remove", "completely" ], "siblings": [ "other_recipes.json", "which_often.json", "go_with_this_one.json" ], "ingredients": [ { "name": "<ingredient name>", "quantity": 900, "units": "<this can be whatever as well - can also drop it, e.g. for eggs>" }, { "name": "eggs", "quantity": 2, "notes": "(optional) <you can add notes to an ingredient as well>" }, { "name": "", "quantity": 1, "units": "" } ], "oven_temp": 100, "method": [ { "description": "<step one>" }, { "description": "<step two>" }, { "description": "" } ] }