Skip to content

Commit cccc25d

Browse files
authored
Added new Drink Dragon's Breath Mojito (#1423)
1 parent 5f564e5 commit cccc25d

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
312 KB
Loading
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"name": "Dragon's Breath Mojito",
3+
"description": "A fiery twist on the classic mojito, combining spicy chili, refreshing mint, and cooling lime to create a unique summer drink.",
4+
"github": "cyrilgarillo",
5+
"ingredients": [
6+
{
7+
"quantity": "2",
8+
"measure": "oz",
9+
"ingredient": "white rum"
10+
},
11+
{
12+
"quantity": "1",
13+
"measure": "oz",
14+
"ingredient": "fresh lime juice"
15+
},
16+
{
17+
"quantity": "1/2",
18+
"measure": "oz",
19+
"ingredient": "simple syrup"
20+
},
21+
{
22+
"quantity": "4-5",
23+
"measure": "",
24+
"ingredient": "fresh mint leaves"
25+
},
26+
{
27+
"quantity": "1",
28+
"measure": "small",
29+
"ingredient": "red chili (sliced thinly, seeds removed for less spice)"
30+
},
31+
{
32+
"quantity": "",
33+
"measure": "",
34+
"ingredient": "club soda (to top)"
35+
},
36+
{
37+
"quantity": "",
38+
"measure": "",
39+
"ingredient": "ice (as needed)"
40+
}
41+
],
42+
"directions": [
43+
"Muddle the mint leaves and chili slices in the bottom of a glass with the lime juice and simple syrup.",
44+
"Add ice cubes and pour in the white rum.",
45+
"Top with club soda and stir gently to combine.",
46+
"Garnish with a sprig of mint and a thin slice of chili.",
47+
"Serve immediately and enjoy!"
48+
],
49+
"image": "dragons-breath-mojito.jpg",
50+
"source": "https://www.delish.com",
51+
"keywords": [
52+
"spicy",
53+
"mint",
54+
"lime",
55+
"rum",
56+
"summer"
57+
]
58+
}

0 commit comments

Comments
 (0)