-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathbahama-mama.json
50 lines (50 loc) · 1.28 KB
/
bahama-mama.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
{
"name": "Bahama Mama",
"description": "A blend of fruit juice and rum create this delicious, tropical cocktail.",
"github": "titofrota",
"ingredients": [
{
"quantity": "1/2",
"measure": "fluid ounce",
"ingredient": "rum"
},
{
"quantity": "1/2",
"measure": "fluid ounce",
"ingredient": "coconut-flavored rum"
},
{
"quantity": "1/2",
"measure": "fluid ounce",
"ingredient": "grenadine syrup"
},
{
"quantity": "1",
"measure": "fluid ounce",
"ingredient": "orange juice"
},
{
"quantity": "1",
"measure": "fluid ounce",
"ingredient": "pineapple juice"
},
{
"quantity": "1 ",
"measure": "cup",
"ingredient": "crushed ice"
}
],
"directions": [
"Combine regular rum, rum with coconut flavoring, grenadine, orange juice, pineapple juice and crushed ice in an electric blender. ",
"Blend until the drink's consistency is slushy."
],
"image": "bahama-mama.jpg",
"source": "https://www.allrecipes.com/recipe/17309/bahama-mama/",
"keywords": [
"rum",
"grenadine",
"tropical",
"alcoholic",
"pineapple"
]
}