forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbloody-kirby.json
47 lines (47 loc) · 1.21 KB
/
bloody-kirby.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
{
"name": "Bloody Kirby",
"description": "Don’t let the Bloody Mary steal all of the limelight.",
"github": "zzyzy",
"ingredients": [
{
"quantity": "1 1⁄2",
"measure": "oz",
"ingredient": "Grey Goose Le Citron vodka"
},
{
"quantity": "1 1⁄2",
"measure": "",
"ingredient": "Kirby cucumber slice, peeled"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "Tabasco sauce"
},
{
"quantity": "1⁄4",
"measure": "oz",
"ingredient": "Dry vermouth"
},
{
"quantity": "1 1⁄2",
"measure": "oz",
"ingredient": "Tomato juice"
}
],
"directions": [
"Muddle the vodka, cucumber, Tabasco, and vermouth in a shaker.",
"Strain into a rocks glass filled with ice.",
"Top with the tomato juice and garnish with a Kirby cucumber spear."
],
"image": "bloody-kirby.jpg",
"keywords": [
"vodka",
"tabasco",
"vermouth",
"tomato juice",
"alcoholic",
"vegan",
"savory"
]
}