-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemp-Data.json
82 lines (82 loc) · 1.81 KB
/
Temp-Data.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"Name" : "Sell Roti",
"Region" : "Nepal",
"Type" : "Dessert",
"Vegeterian" : "TRUE",
"Main Ingredients:" : null,
"videoLink" : "0S_V9-rWSE8"
},
{
"Name" : "Tomato Rasam",
"Region" : "South India",
"Type" : "Soup",
"Vegeterian" : "TRUE",
"Main Ingredients:" : null,
"videoLink" : "6ia_z07W350"
},
{
"Name" : "Kadi Pakoda",
"Region" : "Punjab",
"Type" : "Main Course",
"Vegeterian" : "TRUE",
"Main Ingredients:" : null,
"videoLink" : "reELsbLp7Mc"
},
{
"Name" : "Okra (Lady Finger)",
"Region" : "North India",
"Type" : "Main Course",
"Vegeterian" : "TRUE",
"Main Ingredients:" : null,
"videoLink" : "yaO05nO_4i0"
},
{
"Name" : "Chicken Drumstick",
"Region" : "India",
"Type" : "Appetizers",
"Vegeterian" : "FALSE",
"Main Ingredients:" : "Chicken",
"videoLink" : "rJU2JQJ1fE8"
},
{
"Name" : "Jalebi",
"Region" : "Entire India",
"Type" : "Dessert",
"Vegeterian" : false,
"Main Ingredients:" : null,
"videoLink" : "vBsb4XVbZEE"
},
{
"Name" : "Mutton Varhadi",
"Region" : "Maharashtra",
"Type" : "Main Course",
"Vegeterian" : false,
"Main Ingredients:" : "Mutton",
"videoLink" : "FQmH_QhIA6M"
},
{
"Name" : "Ghaderi Curry",
"Region" : "Kumaon",
"Type" : "Main Course",
"Vegeterian" : "TRUE",
"Main Ingredients:" : null,
"videoLink" : "9QccsSqeUSw"
},
{
"Name" : "Aloo Ke Gutke",
"Region" : "Uttarakhand",
"Type" : "Snack",
"Vegeterian" : true,
"Main Ingredients:" : null,
"videoLink" : "YOVVZX2tEgk"
},
{
"Name" : "Pahadi Chilla",
"Region" : "Uttarakhand",
"Type" : "Breakfast",
"Vegeterian" : true,
"Main Ingredients:" : null,
"videoLink" : "jI3pthanJyk"
}
]