-
Notifications
You must be signed in to change notification settings - Fork 558
/
Copy pathapple-cider-margarita.json
65 lines (65 loc) · 1.79 KB
/
apple-cider-margarita.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": "Apple Cider Margarita",
"description": "These apple cider margaritas are a seasonal twist on a classic cocktail recipe. Sweetened with maple syrup and garnished with a cinnamon sugar rim, these are perfect for Thanksgiving or another holiday gathering.",
"github": "iampk94",
"ingredients": [
{
"quantity": "125",
"measure": "ml",
"ingredient": "apple cider"
},
{
"quantity": "31",
"measure": "ml",
"ingredient": "silver tequila"
},
{
"quantity": "",
"measure": "",
"ingredient": "Cointreau or other orange flavored liqueur"
},
{
"quantity": "",
"measure": "",
"ingredient": "freshly squeezed lime juice"
},
{
"quantity": "1/2",
"measure": "tablespoon",
"ingredient": "maple syrup"
},
{
"quantity": "1",
"measure": "tablespoon",
"ingredient": "sugar"
},
{
"quantity": "1/2",
"measure": "tablespoon",
"ingredient": "cinnamon"
},{
"quantity": "1/2",
"measure": "tablespoon",
"ingredient": "salt"
}
],
"directions": [
"Combine sugar, cinnamon, and salt on a small, flat plate.",
"Pour a small amount of maple syrup on another small plate.",
"Dip the rim of the glass in a bit of maple syrup, then coat into the cinnamon sugar mixture.",
"Fill a cocktail shaker halfway with ice.",
"Add all ingredients to cocktail shaker and shake vigorously for about 30 seconds.",
"Strain into glass and enjoy!"
],
"image": "apple-cider-margarita.jpg",
"source": "https://www.crowdedkitchen.com/apple-cider-margarita-with-cranberry-maple-simple-syrup/",
"keywords": [
"apple",
"cinnamon",
"cocktail",
"cointreau",
"maple syrup",
"salt",
"sugar"
]
}