forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cold-coffee.json
56 lines (56 loc) · 1.54 KB
/
cold-coffee.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
50
51
52
53
54
55
56
{
"name": "Cold Coffee",
"description": "If you are a coffee lover you will relish it for sure.",
"github": "sakinarao",
"ingredients": [
{
"quantity": "1",
"measure": "Mug",
"ingredient": "Chilled Milk"
},
{
"quantity": "2",
"measure": "teaspoons",
"ingredient": "Coffee Powder"
},
{
"quantity": "2",
"measure": "teaspoon",
"ingredient": "Sugar"
},
{
"quantity": "1",
"measure": "Scoop",
"ingredient": "Chocolate Chip Ice-cream"
},
{
"quantity": "1",
"measure": "Scoop",
"ingredient": "Vanilla"
},
{
"quantity": "3",
"measure": "teaspoon",
"ingredient": "Hersheys Chocolate Syrup"
},
{
"quantity": "1/4",
"measure": "teaspoon",
"ingredient": "Cocoa Powder"
}
],
"directions": [
"Blend coffee powder and Sugar in a mixer jar with 2 teaspoons water until it turns light in colour.",
"Pour milk and Hersheys Syrup in the jar.",
"Blend the mixture until you get a good froth on the top.",
"Put the ice-cream in a serving glass.",
"Pour the coffee in the glass.",
"Garnish with the cocoa powder and some Hersheys Syrup."
],
"image": "cold-coffee.jpg",
"keywords": [
"cold",
"coffee",
"ice cream"
]
}