-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcities.json
40 lines (40 loc) · 883 Bytes
/
cities.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
{
"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
}
]
}