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 midnight in paris recipe #1384

Merged
merged 1 commit into from
Nov 1, 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/midnight-in-paris.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions src/recipes/midnight-in-paris.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "Midnight in Paris",
"description": "A perfect balance between the richness of cognac, the sweetness of blackcurrant liquor and the refreshing acidity of lemon",
"github": "jcolfej",
"ingredients": [
{
"quantity": "1 1/2",
"measure": "fl oz",
"ingredient": "cognac"
},
{
"quantity": "1/2",
"measure": "fl oz",
"ingredient": "blackcurrant liquor"
},
{
"quantity": "1/2",
"measure": "fl oz",
"ingredient": "fresh lemon juice"
},
{
"quantity": "1/4",
"measure": "fl oz",
"ingredient": "sugar syrup"
},
{
"quantity": "4",
"measure": "",
"ingredient": "fresh raspberries"
},
{
"quantity": "2",
"measure": "",
"ingredient": "crushed ice"
},
{
"quantity": "1",
"measure": "",
"ingredient": "slice of lemon"
}
],
"directions": [
"In a cocktail glass, add the fresh raspberries and sugar syrup.",
"Gently crush the raspberries with a pestle to release their flavours.",
"Add the cognac, blackcurrant liquor and fresh lemon juice to the glass.",
"Fill the glass with crushed ice.",
"Stir gently with a mixing spoon to combine the ingredients and chill the cocktail.",
"Garnish the cocktail with a slice of lemon."
],
"image": "midnight-in-paris.jpg",
"keywords": [
"cognac",
"blackcurrant",
"liquor",
"raspberries",
"lemon",
"alcoholic"
]
}