-
Notifications
You must be signed in to change notification settings - Fork 560
/
Copy pathbangkok-sunrise.json
41 lines (41 loc) · 1.12 KB
/
bangkok-sunrise.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": "Bangkok Sunrise",
"description": "A drink that looks like a Bangkok sunrise. Shown in Danger 5, this is a wonderful cocktail that's sure to put you in a spring mood.",
"github": "nicholashuber",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "tequila"
},
{
"quantity": "4",
"measure": "oz",
"ingredient": "Orange Juice"
},
{
"quantity": "1/2",
"measure": "oz",
"ingredient": "lemongrass syrup"
},
{
"quantity": "1/2",
"measure": "oz",
"ingredient": "grenadine"
}
],
"directions": [
"Gather the ingredients.",
"Pour the tequila, Orange juice, and lemongrass syrup in a cocktail shaker filled with ice cubes. Top with grenadine",
"Shake well.",
"Strain into a chilled cocktail glass.",
"Serve and enjoy!"
],
"image": "bangkok-sunrise.jpg",
"keywords": [
"alcoholic",
"fruit",
"citrus",
"vegan"
]
}