Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add swan-song-cocktail recipe #1389

Merged
merged 3 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/recipes/swan-song-cocktail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions src/recipes/swan-song-cocktail.json
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"
]
}
Loading