-
Notifications
You must be signed in to change notification settings - Fork 558
/
Copy pathblack-widow.json
28 lines (28 loc) · 942 Bytes
/
black-widow.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
{
"name": "Black Widow",
"description": "A cocktail perfect for Halloween to impress your friends.",
"github": "chiaramistro",
"ingredients": [
{
"quantity": "2",
"measure": "ounces",
"ingredient": "black vodka or frozen raspberries"
},
{
"quantity": "3",
"measure": "ounces",
"ingredient": "cranberry juice"
}
],
"directions": [
"Pour the cranberry juice into a glass filled with ice. The taller the glass, the nicer will be the effect of the two liquids mixing together.",
"Float the vodka on top by pouring it over the back of a bar spoon to disrupt the flow. Or you can slowly drizzle the vodka onto the cranberry juice for a swirling effect.",
"Serve and enjoy!"
],
"image": "black-widow.jpg",
"keywords": [
"cocktail",
"halloween",
"vodka"
]
}