forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blue-lagoon.json
40 lines (40 loc) · 1.2 KB
/
blue-lagoon.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": "Blue Lagoon",
"description": "It was created by Andy MacElhone at Harry's New York Bar in Paris in 1960. Andy MacElhone is none other than Harry's son, founder of Harry's New York Bar and inventor of the White Lady.",
"github": "joshuamart",
"ingredients": [
{
"quantity": "1.5",
"measure": "oz",
"ingredient": "vodka"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "blue curaçao"
},
{
"quantity": "0.5",
"measure": "oz",
"ingredient": "lemon juice"
},
{
"quantity": "",
"measure": "",
"ingredient": "Ice cube"
}
],
"directions": [
"Squeeze the juice of half a lemon, add it to the shaker with the other ingredients and ice cubes. Strike and pour into the glass while filtering.",
"To make it fresher and lighter, fill the glass with crushed ice beforehand. ",
"Serve in a martini glass."
],
"image": "blue-lagoon.jpg",
"keywords": [
"vodka",
"blue curaçao",
"lemon juice",
"alcoholic",
"vegan"
]
}