forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapple-orchard-punch.json
45 lines (44 loc) · 1.21 KB
/
apple-orchard-punch.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
{
"name": "Apple Orchard Punch",
"description": "This quick and easy punch would be delightful at a country wedding or any celebration. Champagne can be used instead of ginger ale for an adult punch.",
"github": "AnmolBaansal",
"ingredients": [
{
"quantity": "1",
"measure": "Liters",
"ingredient": "Chilled Apple Juice"
},
{
"quantity": "350",
"measure": "MilliLiters",
"ingredient": "Frozen Cranberry Juice Concentrate"
},
{
"quantity": "1",
"measure": "",
"ingredient": "Apple"
},
{
"quantity": "1",
"measure": "cup",
"ingredient": "Orange Juice"
},
{
"quantity": "1.5",
"measure": "Liters",
"ingredient": "Ginger Ale"
}
],
"directions": [
"Combine apple juice, cranberry juice concentrate and orange juice in a large punch bowl.",
"Stir until dissolved, then slowly pour in the ginger ale.",
"Thinly slice the apple vertically, forming whole apple slices. Float apple slices on top of punch."
],
"image": "apple-orchard-punch.jpg",
"source": "https://www.allrecipes.com/recipe/20580/apple-orchard-punch/",
"keywords": [
"non-alcoholic",
"punch",
"vegan"
]
}