forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
between-the-sheets.json
41 lines (41 loc) · 958 Bytes
/
between-the-sheets.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
{
"name": "Between the Sheets",
"description": "Also known as the Maiden’s Prayer, Between the Sheets is a flirty cocktail for sexy people!",
"github": "kissu",
"ingredients": [
{
"quantity": "3/4",
"measure": "oz",
"ingredient": "Light rum"
},
{
"quantity": "3/4",
"measure": "oz",
"ingredient": "Brandy"
},
{
"quantity": "3/4",
"measure": "oz",
"ingredient": "Triple sec"
},
{
"quantity": "1/2",
"measure": "oz",
"ingredient": "Lemon juice"
}
],
"directions": [
"Pour ingredients into a cocktail shaker with ice cubes",
"Shake well",
"Strain and pour into a martini glass",
"Garnish with the lemon twists"
],
"image": "between-the-sheets.jpg",
"source": "http://blog.tripbase.com/8-most-exotic-cocktails-in-the-world-and-how-to-make-them/",
"keywords": [
"lime",
"strong",
"sour",
"cocktail"
]
}