-
Notifications
You must be signed in to change notification settings - Fork 556
/
amrit-chai.json
45 lines (45 loc) · 1.14 KB
/
amrit-chai.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
43
44
45
{
"name": "Amritulya Chai",
"description": "A khulad chai made from milk and assam tea and elichi",
"github": "nishantminerva",
"ingredients": [
{
"quantity": "2",
"measure": "teaspoon",
"ingredient": "Assam Tea leave"
},
{
"quantity": "3",
"measure": "teaspoon",
"ingredient": "Normal Sugar"
},
{
"quantity": "2+1/5",
"measure": "cup",
"ingredient": "Milk"
},
{
"quantity": "2+1/5",
"measure": "cup",
"ingredient": "Water"
},
{
"quantity": "2",
"measure": "Whole",
"ingredient": "Elaichi"
}
],
"directions": [
"Take a utensil and put the Water and Milk inside it.",
"Boil it for 5 minutes",
"Now add the Assam tea",
"Now wait for 3 minutes",
"Now as the color of the milk changes to brown add the elaichi"
],
"image": "amritulya-chai.jpg",
"keywords": [
"Khulad Tea",
"Khulad Chai",
"Amritulya Chai"
]
}