Skip to content

Commit 86d299b

Browse files
authored
added brazilian limeade (#1441)
1 parent df6cf25 commit 86d299b

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
50.6 KB
Loading

src/recipes/brazilian-limeade.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "Brazilian Limeade",
3+
"description": "A creamy and refreshing drink made with fresh limes, sweetened condensed milk, and water. This traditional drink is perfect for hot summer days and offers a unique twist on regular limeade.",
4+
"github": "arnavpatel82",
5+
"ingredients": [
6+
{
7+
"quantity": "4",
8+
"measure": "whole",
9+
"ingredient": "limes"
10+
},
11+
{
12+
"quantity": "1/2",
13+
"measure": "cup",
14+
"ingredient": "sweetened condensed milk"
15+
},
16+
{
17+
"quantity": "4",
18+
"measure": "cups",
19+
"ingredient": "cold water"
20+
},
21+
{
22+
"quantity": "2",
23+
"measure": "tablespoons",
24+
"ingredient": "sugar"
25+
},
26+
{
27+
"quantity": "1",
28+
"measure": "cup",
29+
"ingredient": "ice cubes"
30+
}
31+
],
32+
"directions": [
33+
"Wash the limes thoroughly and cut them into quarters, removing any seeds.",
34+
"In a blender, combine the quartered limes, sweetened condensed milk, water, and sugar.",
35+
"Blend until the limes are completely pulverized and the mixture is smooth.",
36+
"Strain the mixture through a fine-mesh sieve to remove any remaining pulp or seeds.",
37+
"Serve over ice and enjoy immediately."
38+
],
39+
"image": "brazilian-limeade.jpg",
40+
"keywords": [
41+
"brazilian",
42+
"limeade",
43+
"refreshing",
44+
"summer",
45+
"non-alcoholic",
46+
"creamy",
47+
"lime"
48+
]
49+
}

0 commit comments

Comments
 (0)