-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
46 lines (46 loc) · 772 Bytes
/
db.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
{
"favorites": [
{
"country": "IN",
"lat": 17.3753,
"lon": 78.4744,
"name": "Hyderabad",
"id": 3
},
{
"country": "AE",
"lat": 25.2302,
"lon": 55.1784,
"name": "Ash Shindaghah",
"id": 4
},
{
"country": "US",
"lat": 39.0317,
"lon": -90.2612,
"name": "Jersey",
"id": 5
},
{
"country": "IN",
"lat": 28.6139,
"lon": 77.209,
"name": "Parliament House, Delhi",
"id": 6
},
{
"country": "IN",
"lat": 11.0018,
"lon": 76.9628,
"name": "Coimbatore",
"id": 8
},
{
"country": "IN",
"lat": 17.4757,
"lon": 78.2899,
"name": "Serilingampalle",
"id": 9
}
]
}