Skip to content

Commit 36d4428

Browse files
authored
Add recipe for Spicy Tamarind Margarita (#1418)
1 parent cccc25d commit 36d4428

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
21.4 KB
Loading
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"name": "Spicy Tamarind Margarita",
3+
"description": "A tangy and spicy margarita with tamarind paste and chili for a bold twist.",
4+
"github": "RaphaelWirthBFH",
5+
"ingredients": [
6+
{
7+
"quantity": "2",
8+
"measure": "oz",
9+
"ingredient": "tequila"
10+
},
11+
{
12+
"quantity": "1",
13+
"measure": "oz",
14+
"ingredient": "tamarind paste"
15+
},
16+
{
17+
"quantity": "1",
18+
"measure": "oz",
19+
"ingredient": "lime juice"
20+
},
21+
{
22+
"quantity": "1",
23+
"measure": "tablespoon",
24+
"ingredient": "simple syrup"
25+
},
26+
{
27+
"quantity": "1/4",
28+
"measure": "teaspoon",
29+
"ingredient": "chili powder"
30+
},
31+
{
32+
"quantity": "1",
33+
"measure": "cup",
34+
"ingredient": "ice cubes"
35+
},
36+
{
37+
"quantity": "1",
38+
"measure": "slice",
39+
"ingredient": "lime (for garnish)"
40+
},
41+
{
42+
"quantity": "1",
43+
"measure": "tablespoon",
44+
"ingredient": "salt (for rim)"
45+
}
46+
],
47+
"directions": [
48+
"Run a lime slice along the rim of a glass and dip it into salt to coat the rim.",
49+
"In a shaker, combine tequila, tamarind paste, lime juice, simple syrup, chili powder, and ice.",
50+
"Shake well for 15-20 seconds until the mixture is chilled.",
51+
"Strain into the prepared glass filled with ice.",
52+
"Garnish with a lime slice and serve immediately."
53+
],
54+
"image": "spicy-tamarind-margarita.jpg",
55+
"keywords": [
56+
"tamarind",
57+
"margarita",
58+
"spicy",
59+
"cocktail"
60+
]
61+
}

0 commit comments

Comments
 (0)