-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add swan-song-cocktail recipe (#1389)
* add swan-song-cocktail * Update and rename swan-song-socktail.json to swan-song-cocktail.json * made requested changes --------- Co-authored-by: Alfred Gutierrez <alfg@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
37 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,37 @@ | ||
{ | ||
"name": "The Swan Song Cocktail", | ||
"description": "Applejack and orange juice celebrate autumn flavors. Brandy and grenadine add extra punch and tingle. The result? A drink that says hello to fall. Even when it’s saying goodbye. ", | ||
"github": "Jaimin25", | ||
"ingredients": [ | ||
{ | ||
"quantity": "1", | ||
"measure": "oz", | ||
"ingredient": "brandy or cognac" | ||
}, | ||
{ | ||
"quantity": "1", | ||
"measure": "oz", | ||
"ingredient": "applejack" | ||
}, | ||
{ | ||
"quantity": "1", | ||
"measure": "oz", | ||
"ingredient": "fresh-squeezed orange juice" | ||
}, | ||
{ | ||
"quantity": "1 to 2", | ||
"measure": "dash", | ||
"ingredient": "grenadine " | ||
} | ||
], | ||
"directions": [ | ||
"Add all the ingredients (except garnish) to a cocktail shaker half filled with ice. Shake vigorously until the contents are well chilled (about 20 seconds).", | ||
"Strain into a cocktail glass, preferably one that has been chilled. Garnish, if you wish, and serve." | ||
], | ||
"image": "swan-song-cocktail.jpg", | ||
"source": "http://www.kitchenriffs.com/2022/09/the-swan-song-cocktail.html", | ||
"keywords": [ | ||
"cocktail", | ||
"swan song" | ||
] | ||
} |