Skip to content
Open
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/embuscade.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions src/recipes/embuscade.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "Embuscade",
"description": "A French beer-based cocktail from Normandy. Refreshing and slightly sweet.",
"github": "WilliamAboucaya",
"ingredients": [
{
"quantity": "10",
"measure": "cl",
"ingredient": "cold lager"
},
{
"quantity": "6",
"measure": "cl",
"ingredient": "white wine, preferably dry"
},
{
"quantity": "4",
"measure": "cl",
"ingredient": "Calvados apple brandy"
},
{
"quantity": "2",
"measure": "cl",
"ingredient": "blackcurrant syrup"
},
{
"quantity": "2",
"measure": "cl",
"ingredient": "lemon juice"
}
],
"directions": [
"Pour the blackcurrant syrup and the lemon juice in a glass",
"Stir well with a spoon",
"Add the white wine and the Calvados brandy",
"Stir again",
"Add the cold beer slowly"
],
"image": "embuscade.jpg",
"keywords": [
"beer",
"blackcurrant",
"calvados",
"french"
]
}