-
Notifications
You must be signed in to change notification settings - Fork 556
/
berry-and-oat-smoothie.json
49 lines (49 loc) · 1.28 KB
/
berry-and-oat-smoothie.json
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
{
"name": "Berry and Oat Smoothie",
"description": "A berry smoothie with added oats and flaxseeds to help you feel filler for longer!",
"github": "CalumChamberlain",
"ingredients": [{
"quantity": "25",
"measure": "g",
"ingredient": "Rolled oats"
},
{
"quantity": "150",
"measure": "ml",
"ingredient": "semi-skimmed milk"
},
{
"quantity": "2",
"measure": "tsp",
"ingredient": "honey"
},
{
"quantity": "75",
"measure": "g",
"ingredient": "blackberries"
},
{
"quantity": "75",
"measure": "g",
"ingredient": "blueberries"
},
{
"quantity": "2",
"measure": "tsp",
"ingredient": "flaxseeds"
}
],
"directions": [
"Put the oats into the blender and pour in the milk.",
"Leave to sit for five minutes.",
"Add the honey, blueberries, blackberries and ground flaxseeds and blitz until smooth."
],
"image": "berry-and-oat-smoothie.jpg",
"keywords": [
"berry",
"oats",
"healthy",
"smoothie",
"non-alcoholic"
]
}