-
Notifications
You must be signed in to change notification settings - Fork 556
/
american-trilogy.json
46 lines (46 loc) · 1.23 KB
/
american-trilogy.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
{
"name": "American Trilogy",
"description": "Brown sugar mingles with a half-rye, half-Applejack backbone to shift the classic into a slightly darker place.",
"github": "Bigshmow",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "rye whiskey"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "applejack"
},
{
"quantity": "1",
"measure": "cube",
"ingredient": "brown sugar"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "orange bitters"
},
{
"quantity": "1",
"measure": "long, curly",
"ingredient": "orange peel"
}
],
"directions": [
"In a rocks glass, add sugar cube and saturate with orange bitters.",
"Gently muddle to make a granulated paste.",
"Add whiskey and ice (preferably an oversized cube).",
"Garnish with a long, curly orange peel.",
"Enjoy!"
],
"image": "american-trilogy.jpg",
"keywords": [
"alcoholic",
"american",
"whisky",
"whiskey"
]
}