forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapple-pie-cocktail.json
51 lines (51 loc) · 1.44 KB
/
apple-pie-cocktail.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
{
"name": "Apple Pie Cocktail",
"description" : "All the flavors of fall in a glass! Fireball® whiskey, vanilla vodka, and sparkling apple cider make this a very refreshing drink.",
"github": "jonboundy",
"ingredients": [
{
"quantity": "1",
"measure": "fl oz",
"ingredient": "vanilla-flavored vodka"
},
{
"quantity": "1",
"measure": "fl oz",
"ingredient": "cinnamon whiskey"
},
{
"quantity": "1/4",
"measure": "fl oz",
"ingredient": "lemon juice"
},
{
"quantity": "1/2",
"measure": "cup",
"ingredient": "chilled sparkling apple cider"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "cardamom bitters"
},
{
"quantity": "",
"measure": "",
"ingredient": "ice cubes"
}
],
"directions": [
"Combine vodka, whiskey, and lemon juice in a cocktail shaker filled whit ice. Shake.",
"Strain mixture into a glass and add cider and bitters; stir. Serve."
],
"image": "apple-pie-cocktail.jpg",
"source": "https://www.allrecipes.com/recipe/276192/autumn-apple-pie-cocktail/",
"keywords": [
"alcoholic",
"cocktail",
"vodka",
"whiskey",
"apple",
"vegan"
]
}