-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gin Elderflower Fizz recipe (#1395)
Signed-off-by: jColfej <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"name": "Gin Elderflower Fizz", | ||
"description": "A delightful combination of floral flavors from the elderflower liqueur, the citrusy tang of lime, and the slight bitterness of the gin.", | ||
"github": "jcolfej", | ||
"ingredients": [ | ||
{ | ||
"quantity": "1 1/2", | ||
"measure": "oz", | ||
"ingredient": "Gin" | ||
}, | ||
{ | ||
"quantity": "1/2", | ||
"measure": "oz", | ||
"ingredient": "Elderflower liqueur" | ||
}, | ||
{ | ||
"quantity": "1/2", | ||
"measure": "", | ||
"ingredient": "lime" | ||
}, | ||
{ | ||
"quantity": "1/2", | ||
"measure": "oz", | ||
"ingredient": "Simple syrup" | ||
}, | ||
{ | ||
"quantity": "", | ||
"measure": "", | ||
"ingredient": "Club soda or sparkling water" | ||
} | ||
], | ||
"directions": [ | ||
"Fill a cocktail glass with ice to chill while you prepare the cocktail.", | ||
"In a cocktail shaker, add the gin, elderflower liqueur, lime juice, and simple syrup.", | ||
"Add ice to the shaker.", | ||
"Shake vigorously for about 15 seconds to thoroughly mix all the ingredients and chill them.", | ||
"Strain the mixture into the chilled cocktail glass.", | ||
"Top the glass with club soda to achieve the desired fizziness.", | ||
"Garnish the cocktail with a twist of lime zest.", | ||
"Serve immediately and enjoy this refreshing Gin Elderflower Fizz!" | ||
], | ||
"image": "gin-elderflower-fizz.jpg", | ||
"keywords": [ | ||
"cocktail", | ||
"gin", | ||
"elderflower", | ||
"lemon", | ||
"syrup", | ||
"alcoholic", | ||
"fresh" | ||
] | ||
} |