-
Notifications
You must be signed in to change notification settings - Fork 556
/
bikini-martini.json
40 lines (40 loc) · 1.04 KB
/
bikini-martini.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": "Bikini Martini",
"description": "An awesome drink to sip by the pool! Garnish with an orange wheel.",
"github": "kevinmel2000",
"ingredients": [
{
"quantity": "1",
"measure": "fluid ounce",
"ingredient": "coconut rum"
},
{
"quantity": "3/4",
"measure": "fluid ounce",
"ingredient": "vodka"
},
{
"quantity": "1",
"measure": "fluid ounce",
"ingredient": "pineapple juice"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "grenadine syrup"
}
],
"directions": [
"Combine rum, vodka and pineapple juice in a drink shaker.",
"Shake firmly until frothy.",
"Pour in a martini glass.",
"Add a touch of grenadine in the middle. Garnish with an orange wheel."
],
"image": "bikini-martini.jpg",
"keywords": [
"vegan",
"alcoholic",
"fruit",
"sweet"
]
}