-
Notifications
You must be signed in to change notification settings - Fork 558
/
Copy pathadonis.json
40 lines (40 loc) · 1014 Bytes
/
adonis.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
{
"name": "Adonis",
"description": "Nineteenth Century aperitif using sherry.",
"github": "bitsam",
"ingredients": [
{
"quantity": "30",
"measure": "ml",
"ingredient": "sweet vermouth, Carpano Antica"
},
{
"quantity": "60",
"measure": "ml",
"ingredient": "fino sherry, lustau La Ina"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "orange bitters"
},
{
"quantity": "1",
"measure": "piece",
"ingredient": "orange zest"
}
],
"directions": [
"Pour sherry, vermouth and bitters in to a mixing glass.",
"Fill glass with ice and stir quickly.",
"Strain into a coupe glass and garnish with orange zest"
],
"image": "adonis.jpg",
"keywords": [
"sherry",
"vermouth",
"sherry",
"orange",
"bitters"
]
}