Skip to content

Instantly share code, notes, and snippets.

@jordandobson
Last active December 14, 2015 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordandobson/5148914 to your computer and use it in GitHub Desktop.
Save jordandobson/5148914 to your computer and use it in GitHub Desktop.
Recipe example for Trevor. Timer is in secconds... I figured that was better than minutes.
"recipe":{
"overview":{
"title": "Easy Layered Taco Bake",
"total": "35 min",
"prep": "15 min.",
"makes": "6 servings, 1 cup each."
},
"steps": [{
"step": ["Heat oven to 400\u2109.", "Brown meat in large skillet on medium-high heat."],
"pic": "/assets/images/taco-bake/intro.jpg"
},{
"step": ["Boil 6 cups of water.", "Stir in macaroni and cook for 7 minutes."],
"pic": "/assets/images/taco-bake/brown-meat.jpg",
"timer": [420]
},{
"step": ["Stir in seasoning mix and 3/4 cup of water to meat.", "Bring to boil then reduce heat and simmmer for 5 minutes."],
"timer": [300]
},{
"step": ["fin"]
}],
"ingredients": [{
"amount": "1 lb",
"name": "Ground Beef",
"step": 0
},{
"amount": "1 pkg",
"name": "Taco Seasoning Mix 1.25oz.",
"step": 2
},{
"amount": "3/4 cup",
"name": "Water",
"step": 2
},{
"amount": "1 box",
"name": "Macaroni & Chese Dinner",
"step": 1
},{
"amount": "6 cups",
"name": "Water",
"step": 1
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment