HOME »
Recipe Builder
This is a web application for building recipes.
Recipes JSON
[{ "name": "grilled cheese on toast", "ingredients": [ { "item": "bread", "amount": "2", "unit": "slices" }, { "item": "cheese", "amount": "5", "unit": "slices" } ] } , { "name": "salad sandwich", "ingredients": [ { "item": "bread", "amount": "2", "unit": "slices" }, { "item": "mixed salad", "amount": "200", "unit": "grams" } ] }]
Ingredients CSV
bread,10,slices,3/4/2016 cheese,10,slices,25/12/2015 butter,250,grams,25/12/2015 peanut butter,250,grams,2/12/2013 mixed salad,500,grams,26/12/2015
Submit