Skip to content

Commit 38aeea5

Browse files
authored
Add Gin Elderflower Fizz recipe (#1395)
Signed-off-by: jColfej <contact@colfej.fr>
1 parent f01b778 commit 38aeea5

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
31.2 KB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"name": "Gin Elderflower Fizz",
3+
"description": "A delightful combination of floral flavors from the elderflower liqueur, the citrusy tang of lime, and the slight bitterness of the gin.",
4+
"github": "jcolfej",
5+
"ingredients": [
6+
{
7+
"quantity": "1 1/2",
8+
"measure": "oz",
9+
"ingredient": "Gin"
10+
},
11+
{
12+
"quantity": "1/2",
13+
"measure": "oz",
14+
"ingredient": "Elderflower liqueur"
15+
},
16+
{
17+
"quantity": "1/2",
18+
"measure": "",
19+
"ingredient": "lime"
20+
},
21+
{
22+
"quantity": "1/2",
23+
"measure": "oz",
24+
"ingredient": "Simple syrup"
25+
},
26+
{
27+
"quantity": "",
28+
"measure": "",
29+
"ingredient": "Club soda or sparkling water"
30+
}
31+
],
32+
"directions": [
33+
"Fill a cocktail glass with ice to chill while you prepare the cocktail.",
34+
"In a cocktail shaker, add the gin, elderflower liqueur, lime juice, and simple syrup.",
35+
"Add ice to the shaker.",
36+
"Shake vigorously for about 15 seconds to thoroughly mix all the ingredients and chill them.",
37+
"Strain the mixture into the chilled cocktail glass.",
38+
"Top the glass with club soda to achieve the desired fizziness.",
39+
"Garnish the cocktail with a twist of lime zest.",
40+
"Serve immediately and enjoy this refreshing Gin Elderflower Fizz!"
41+
],
42+
"image": "gin-elderflower-fizz.jpg",
43+
"keywords": [
44+
"cocktail",
45+
"gin",
46+
"elderflower",
47+
"lemon",
48+
"syrup",
49+
"alcoholic",
50+
"fresh"
51+
]
52+
}

0 commit comments

Comments
 (0)