-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
52 lines (52 loc) · 1.14 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
},
{
"cityName": "Berlin",
"country": "Germany",
"emoji": "🇩🇪",
"date": "2027-02-12T09:24:11.863Z",
"notes": "Amazing 😃",
"position": {
"lat": 52.53586782505711,
"lng": 13.376933665713324
},
"id": 98443197
},
{
"cityName": "Lucknow",
"country": "India",
"emoji": "🇮🇳",
"date": "2023-09-25T14:33:30.212Z",
"notes": "wow",
"position": {
"lat": "26.851182162088524",
"lng": "80.99584579467775"
},
"id": 98443198
}
]
}