Skip to content

Commit c4c15d4

Browse files
authored
Add Cranberry Tonic recipe (#1103)
1 parent fbf15ec commit c4c15d4

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
30.7 KB
Loading

src/recipes/cranberry-tonic.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "Cranberry Tonic",
3+
"description": "When cranberry finds a tonic side to surprise us...",
4+
"github": "jcolfej",
5+
"ingredients": [
6+
{
7+
"quantity": "1",
8+
"measure": "oz",
9+
"ingredient": "lime syrup"
10+
},
11+
{
12+
"quantity": "1.5",
13+
"measure": "oz",
14+
"ingredient": "orange juice"
15+
},
16+
{
17+
"quantity": "1.5",
18+
"measure": "oz",
19+
"ingredient": "Gin"
20+
},
21+
{
22+
"quantity": "3",
23+
"measure": "oz",
24+
"ingredient": "cranberry juice"
25+
},
26+
{
27+
"quantity": "",
28+
"measure": "",
29+
"ingredient": "tonic water soda"
30+
}
31+
],
32+
"directions": [
33+
"Put the ingredients, except the soda, with a few ice cubes in a shaker.",
34+
"Shake and pour over ice in a long drink glass.",
35+
"Top off with the soda shake and add half a slice of lime."
36+
],
37+
"image": "cranberry-tonic.jpg",
38+
"keywords": [
39+
"gin",
40+
"lime syrup",
41+
"orange juice",
42+
"cranberry juice",
43+
"tonic"
44+
]
45+
}

0 commit comments

Comments
 (0)