forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bullfisher.json
40 lines (40 loc) · 1.09 KB
/
bullfisher.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
{
"name": "Bullfisher",
"description": "The Bullfisher drink recipe is made from Malibu coconut rum, apple juice and ginger ale, and served over ice in a highball glass garnished with apple slices.",
"github": "primes2h",
"ingredients": [
{
"quantity": "1-1/2",
"measure": "oz",
"ingredient": "Coconut Rum"
},
{
"quantity": "4",
"measure": "oz",
"ingredient": "Apple juice"
},
{
"quantity": "1",
"measure": "",
"ingredient": "Ginger Ale"
},
{
"quantity": "1",
"measure": "",
"ingredient": "Apple slice"
}
],
"directions": [
"Shake apple juice and coconut rum with ice in a cocktail shaker.",
"Strain into a highball glass full of ice and fill with ginger ale.",
"Stir gently and garnish with apple slices."
],
"image": "bullfisher.jpg",
"keywords": [
"rum",
"coconut",
"alcoholic",
"juice",
"apple"
]
}