forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbloody-geisha.json
65 lines (65 loc) · 1.88 KB
/
bloody-geisha.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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "Bloody Geisha",
"description": "The Bloody Geisha is a variant of the Bloody Mary with Sake instead of Vodka.",
"github": "jcolfej",
"ingredients": [
{
"quantity": "2",
"measure": "oz",
"ingredient": "Sake"
},
{
"quantity": "4",
"measure": "oz",
"ingredient": "tomato juice"
},
{
"quantity": "0.5",
"measure": "dashes",
"ingredient": "lime juice"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "Worcestershire sauce"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "Tabasco sauce"
},
{
"quantity": "1",
"measure": "pinch",
"ingredient": "celery salt"
},
{
"quantity": "1",
"measure": "pinch",
"ingredient": "ground black pepper"
},
{
"quantity": "1",
"measure": "pinch",
"ingredient": "smoked paprika"
}
],
"directions": [
"Pour some celery salt onto a small plate.",
"Rub the juicy side of the lemon or lime wedge along the lip of a pint glass.",
"Roll the outer edge of the glass in celery salt until fully coated.",
"Fill with ice and set aside.",
"Squeeze the lemon and lime wedges into a shaker and drop them in.",
"Add the remaining ingredients and ice and shake gently.",
"Strain into the prepared glass.",
"Garnish with a parsley sprig, 2 speared green olives, and a lime wedge and a celery stalk (optional)."
],
"image": "bloody-geisha.jpg",
"keywords": [
"sake",
"tabasco",
"lemon",
"tomato juice",
"worcestershire sauce"
]
}