-
Notifications
You must be signed in to change notification settings - Fork 556
/
blue-vodka-lemonade.json
42 lines (42 loc) · 1.09 KB
/
blue-vodka-lemonade.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": "Blue Vodka Lemonade",
"description": "A twist to classic lemonade",
"github": "JZerman2018",
"ingredients": [
{
"quantity": "8",
"measure": "oz",
"ingredient": "Lemonade"
},
{
"quantity": "3",
"measure": "oz",
"ingredient": "Blue liquor, (UV Blue Vodka or Blue Curaçao)"
},
{
"quantity": "1-2",
"measure": "drops",
"ingredient": "Blue food coloring, optional"
},
{
"quantity": "1",
"measure": "",
"ingredient": "Lemon Wedge"
}
],
"directions": [
"Mix together lemonade and blue liquor",
"Add a drop or 2 of blue food coloring for deeper blue color",
"Serve over ice. Garnish with lemon"
],
"image": "blue-vodka-lemonade.jpg",
"source": "https://dinnersdishesanddesserts.com/blue-vodka-lemonade/",
"keywords": [
"blue",
"vodka",
"lemonade",
"alcoholic",
"cocktail",
"curaçao"
]
}