-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
52 lines (52 loc) · 1.13 KB
/
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
47
48
49
50
51
52
{
"cities": [
{
"cityName": "Lisbon",
"country": "Portugal",
"emoji": "🇵🇹",
"date": "2027-10-31T15:59:59.138Z",
"notes": "My favorite city so far!",
"position": {
"lat": 38.727881642324164,
"lng": -9.140900099907554
},
"id": "73930385"
},
{
"cityName": "Madrid",
"country": "Spain",
"emoji": "🇪🇸",
"date": "2027-07-15T08:22:53.976Z",
"notes": "",
"position": {
"lat": 40.46635901755316,
"lng": -3.7133789062500004
},
"id": "17806751"
},
{
"id": "2dbe",
"cityName": "Baie-James",
"country": "Canada",
"emoji": "🇨🇦",
"date": "2024-04-01T19:56:23.759Z",
"notes": "",
"position": {
"lat": "54.32933804825253",
"lng": "-76.26708984375001"
}
},
{
"id": "f342",
"cityName": "Bhuapur",
"country": "Bangladesh",
"emoji": "🇧🇩",
"date": "2024-04-22T12:13:09.347Z",
"notes": "",
"position": {
"lat": "24.487148563173424",
"lng": "89.84619140625001"
}
}
]
}