-
Notifications
You must be signed in to change notification settings - Fork 552
/
blood-and-sand.json
59 lines (59 loc) · 1.45 KB
/
blood-and-sand.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
{
"name": "Blood and Sand",
"description": "A sweet and citrus-y martini alternative.",
"github": "cazagen",
"ingredients": [
{
"quantity": "3/4",
"measure": "fl oz",
"ingredient": "Fresh blood orange juice"
},
{
"quantity": "3/4",
"measure": "fl oz",
"ingredient": "Cherry liqueur"
},
{
"quantity": "3/4",
"measure": "fl oz",
"ingredient": "Sweet vermouth"
},
{
"quantity": "3/4",
"measure": "fl oz",
"ingredient": "Scotch"
},
{
"quantity": "",
"measure": "",
"ingredient": "An orange"
},
{
"quantity": "",
"measure": "",
"ingredient": "Ice"
},
{
"quantity": "",
"measure": "",
"ingredient": "A chilled coupe glass"
}
],
"directions": [
"Add orange juice, cherry liqueur, vermouth, and scotch to a mixing tin.",
"Add ice to mixing tin.",
"Shake well.",
"Double-strain into a chilled coupe.",
"Garnish with an orange swath."
],
"image": "blood-and-sand.jpg",
"keywords": [
"blood orange juice",
"cherry flavoured liqueur",
"sweet vermouth",
"scotch",
"alcoholic",
"classic",
"fruit"
]
}