-
Notifications
You must be signed in to change notification settings - Fork 560
/
Copy pathapril-rain.json
42 lines (42 loc) · 1.13 KB
/
april-rain.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
42
{
"name": "April Rain Cocktail",
"description": "Bright, refreshing, and just slightly dry, the April rain is a wonderful cocktail that's sure to put you in a spring mood.",
"github": "Sai-Adarsh",
"ingredients": [
{
"quantity": "2",
"measure": "oz",
"ingredient": "vodka"
},
{
"quantity": "1/2",
"measure": "oz",
"ingredient": "lime juice, freshly squeezed"
},
{
"quantity": "1/2",
"measure": "oz",
"ingredient": "dry vermouth"
},
{
"quantity": "",
"measure": "",
"ingredient": "Garnish: lime peel"
}
],
"directions": [
"Gather the ingredients.",
"Pour the vodka, lime juice, and dry vermouth in a cocktail shaker filled with ice cubes.",
"Shake well.",
"Strain into a chilled cocktail glass.",
"Garnish with a lime peel.",
"Serve and enjoy!"
],
"image": "april-rain.jpg",
"keywords": [
"alcoholic",
"vegan",
"savory",
"citrus"
]
}