-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathapple-cider-mimosa.json
56 lines (56 loc) · 1.63 KB
/
apple-cider-mimosa.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": "Apple Cider Mimosa",
"description": "A sweet and bubbly fall brunch cocktail garnished with a cinnamon sugar rim and apple slice. Recipe makes two drinks.",
"github": "lecerick",
"ingredients": [
{
"quantity": "4",
"measure": "oz",
"ingredient": "apple cider"
},
{
"quantity": "8",
"measure": "oz",
"ingredient": "brut champagne"
},
{
"quantity": "2",
"measure": "oz",
"ingredient": "brandy"
},
{
"quantity": "2",
"measure": "slice",
"ingredient": "apple"
},
{
"quantity": "0.5",
"measure": "tsp",
"ingredient": "cinnamon"
},
{
"quantity": "2",
"measure": "tbsp",
"ingredient": "granulated sugar"
}
],
"directions": [
"Rim the glasses: Mix together cinnamon and sugar in a small bowl. Wet the exterior edges of the glasses (ideally champagne flutes) with apple cider. Then tap the wet edges in the cinnamon and sugar mixture.",
"Pour 1 oz brandy and 2 oz apple cider into each glass.",
"Top each glass with 4 oz of chilled champagne.",
"Garnish with apple slices and serve."
],
"image": "apple-cider-mimosa.jpg",
"source": "https://www.wellplated.com/apple-cider-champagne-cocktail-recipe/",
"keywords": [
"apple",
"cinnamon",
"sugar",
"cocktail",
"champagne",
"brandy",
"cider",
"brunch",
"fall"
]
}