-
Notifications
You must be signed in to change notification settings - Fork 558
/
Copy pathblackthorn-cocktail.json
52 lines (52 loc) · 1.33 KB
/
blackthorn-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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "Blackthorn Cocktail",
"description": "One of the few classics to highlight Irish whiskey",
"github": "DDuplinszki",
"ingredients": [
{
"quantity": "2",
"measure": "oz.",
"ingredient": "Irish whiskey"
},
{
"quantity": "1/2",
"measure": "oz.",
"ingredient": "dry vermouth"
},
{
"quantity": "1/2",
"measure": "oz.",
"ingredient": "sweet vermouth"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "Angostura bitters"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "absinthe"
},
{
"quantity": "1/2",
"measure": "oz.",
"ingredient": "sweet vermouth"
},
{
"quantity": "1",
"measure": "piece of",
"ingredient": "lemon twist"
}
],
"directions": [
"Stir all ingredients with ice, then strain into a glass filled with fresh ice, and garnish.",
"Enjoy!"
],
"image": "blackthorn-cocktail.jpg",
"source": "https://imbibemagazine.com/recipe/blackthorn-cocktail/",
"keywords": [
"Irish whiskey",
"vermouth"
]
}