-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe_json.rb
59 lines (59 loc) · 1.75 KB
/
recipe_json.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{ "recipe":
{"cooking_time_min": "15",
"directions":
{
"direction":
[
{
"direction_description": "Preheat oven to 390 °F (200 °C).",
"direction_number": "1"
},
{
"direction_description": "Go fishing.",
"direction_number": "2"
}
]
},
"ingredients":
{
"ingredient":
[
{
"food_id": "38065",
"food_name": "Snapper (Fish) (Mixed Species)",
"ingredient_description": "1 1\/2 lbs snapper fillets",
"measurement_description": "lb",
"number_of_units": "1.500",
"serving_id": "47968"
},
{
"food_id": "35852",
"food_name": "Lemon Peel",
"ingredient_description": "3 tbsps lemon rind, finely chopped",
"measurement_description": "tbsp",
"number_of_units": "3.000",
"serving_id": "33142"
}
]
},
"number_of_servings": "4",
"preparation_time_min": "5",
"rating": "4",
"recipe_categories":
{
"recipe_category":
{
"recipe_category_name": "Seafood",
"recipe_category_url": "http:\/\/www.fatsecret.com\/recipes\/collections\/ingredients\/ seafood\/Default.aspx"
}
},
"recipe_description": "Healthy fish with a tasty sauce.",
"recipe_id": "91",
"recipe_name": "Baked Lemon Snapper",
"recipe_types":
{
"recipe_type": "Main Dish"
},
"recipe_url": "http:\/\/www.fatsecret.com\/recipes\/baked-lemon-snapper\/Default.aspx"
}
}