forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbay-breeze.json
35 lines (35 loc) · 929 Bytes
/
bay-breeze.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
{
"name": "Bay Breeze",
"description": "A tropical, refreshing cocktail based on the classic Cape Cod.",
"github": "michaellore",
"ingredients": [
{
"quantity": "4",
"measure": "oz",
"ingredient": "cranberry juice"
},
{
"quantity": "2",
"measure": "oz",
"ingredient": "pineapple juice"
},
{
"quantity": "2",
"measure": "oz",
"ingredient": "vodka"
}
],
"directions": [
"Combine cranberry juice, pineapple juice, and vodka in highball glass filled with ice.",
"Stir and garnish with pineapple and lime wedges if desired."
],
"image": "bay-breeze.jpg",
"source": "https://www.myrecipes.com/recipe/bay-breeze",
"keywords": [
"alcoholic",
"juice",
"vodka",
"fruit",
"vegan"
]
}