Skip to content

Instantly share code, notes, and snippets.

@koos
Created August 23, 2011 17:51
Show Gist options
  • Select an option

  • Save koos/1165987 to your computer and use it in GitHub Desktop.

Select an option

Save koos/1165987 to your computer and use it in GitHub Desktop.
fried egg with applesauce and mashed potatoes
{
"recipe": {
"id": "",
"category": "eggs",
"nerd_level": 1,
"photo_url": "",
"preparation": "",
"name": "fried egg with applesauce and mashed potatoes",
"created_at": "2011-08-22",
"created_by": "koos",
"ingredients": [
{
"amount": 3,
"name": "eggs",
"unit": "piece",
"required": "true"
},
{
"amount": 250,
"name": "applesauce",
"unit": "g",
"required": "false"
},
{
"amount": 250,
"name": "mashed potatoes",
"unit": "g",
"required": "true"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment