-
Notifications
You must be signed in to change notification settings - Fork 552
/
blood-orange-champagne-mule.json
53 lines (53 loc) · 1.41 KB
/
blood-orange-champagne-mule.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
{
"name": "Blood Orange Champagne Mule",
"description": "A cocktail perfect for every occasion.",
"github": "Oishika-Pradhan",
"ingredients": [
{
"quantity": "1/2",
"measure": "piece",
"ingredient": "medium blood orange: juiced"
},
{
"quantity": "1/2",
"measure": "piece",
"ingredient": "lime: juiced"
},
{
"quantity": "1",
"measure": "ounce",
"ingredient": "vodka"
},
{
"quantity": "8",
"measure": "pieces",
"ingredient": "mint leaves"
},
{
"quantity": "2",
"measure": "ounces",
"ingredient": "chilled ginger beer"
},
{
"quantity": "",
"measure": "",
"ingredient": "chilled champagne for topping"
}
],
"directions": [
"Combine the blood orange juice, lime juice and vodka in a glass.",
"Add the ginger beer and top with the champagne.",
"Garnish with blood orange slices and fresh mint.",
"Cheers!"
],
"image": "blood-orange-champagne-mule.jpg",
"source": "https://www.halfbakedharvest.com/blood-orange-champagne-mule/",
"keywords": [
"orange",
"champagne",
"vodka",
"ginger beer",
"alcoholic",
"vegan"
]
}