-
Notifications
You must be signed in to change notification settings - Fork 551
/
bacardi-cocktail.json
35 lines (35 loc) · 1.07 KB
/
bacardi-cocktail.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Bacardi Cocktail",
"description": "The Bacardí Cocktail became one of the most popular drinks of the period immediately following the repeal of Prohibition. It is a variation of the Daiquiri that involves rum, lime and grenadine. It is rare on menus today but was a stalwart of the 1930s bar repertoire.",
"github": "Donearm",
"ingredients": [
{
"quantity": "45",
"measure": "ml",
"ingredient": "Bacardi rum"
},
{
"quantity": "20",
"measure": "ml",
"ingredient": "lime juice"
},
{
"quantity": "5",
"measure": "ml",
"ingredient": "grenadine syrup"
}
],
"directions": [
"Chill a coupe glass with ice and set aside.",
"Add all the ingredients into a shaker with ice and shake.",
"Strain into the chilled coupe."
],
"image": "bacardi-cocktail.jpg",
"source": "https://www.liquor.com/recipes/bacardi-cocktail",
"keywords": [
"rum",
"bacardi",
"lime",
"grenadine syrup"
]
}