forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblue-hawaiian-cocktail.json
58 lines (58 loc) · 1.56 KB
/
blue-hawaiian-cocktail.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
57
58
{
"name": "Blue Hawaiian Cocktail",
"description": "The Blue Hawaiian is a tropical cocktail filled with rum, pineapple, and coconut!",
"github": "damiandiaz212",
"ingredients": [
{
"quantity": "1",
"measure": "fluid oz",
"ingredient": "rum"
},
{
"quantity": "1",
"measure": "fluid oz",
"ingredient": "blue Curacao"
},
{
"quantity": "2",
"measure": "fluid oz",
"ingredient": "pineapple juice"
},
{
"quantity": "1",
"measure": "fluid oz",
"ingredient": "cream of coconut"
},
{
"quantity": "1",
"measure": "cup",
"ingredient": "crushed ice"
},
{
"quantity": "1",
"measure": "slice",
"ingredient": "pineapple"
},
{
"quantity": "1",
"measure": "",
"ingredient": "maraschino cherry"
}
],
"directions": [
"Combine rum, blue Curacao, pineapple juice, cream of coconut, and 1 cup crushed ice in blender.",
"Blend on high until smooth. Pour into chilled highball glass.",
"Garnish with a slice of pineapple and a maraschino cherry."
],
"image": "blue-hawaiian-cocktail.jpg",
"source": "https://www.allrecipes.com/recipe/222550/blue-hawaiian-cocktail/",
"keywords": [
"blue",
"hawaiian",
"cocktail",
"rum",
"pineapple",
"coconut",
"vegan"
]
}