-
Notifications
You must be signed in to change notification settings - Fork 0
/
flats.json
56 lines (56 loc) · 1.59 KB
/
flats.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
[
{
"id": 1,
"name": "Great flat close to center",
"imageUrl": "https://raw.githubusercontent.com/nmajor/react-workshop-lisbon-data/master/images/flat1.jpg",
"price": 164,
"priceCurrency": "EUR",
"lat": 38.7404185,
"lng": -9.14144556
},
{
"id": 2,
"name": "Trendy Apt with great view",
"imageUrl": "https://raw.githubusercontent.com/nmajor/react-workshop-lisbon-data/master/images/flat2.jpg",
"price": 200,
"priceCurrency": "EUR",
"lat": 38.72342889,
"lng": -9.14813596
},
{
"id": 3,
"name": "Super 60m2 in trendy neighborhood!",
"imageUrl": "https://raw.githubusercontent.com/nmajor/react-workshop-lisbon-data/master/images/flat3.jpg",
"price": 150,
"priceCurrency": "EUR",
"lat": 38.75301838,
"lng": -9.1431106
},
{
"id": 4,
"name": "Splendide location, great flat",
"imageUrl": "https://raw.githubusercontent.com/nmajor/react-workshop-lisbon-data/master/images/flat4.jpg",
"price": 115,
"priceCurrency": "EUR",
"lat": 38.73446915,
"lng": -9.15890681
},
{
"id": 5,
"name": "Lovely studio in the heart of Lisbon",
"imageUrl": "https://raw.githubusercontent.com/nmajor/react-workshop-lisbon-data/master/images/flat5.jpg",
"price": 135,
"priceCurrency": "EUR",
"lat": 38.74545704,
"lng": -9.14842232
},
{
"id": 6,
"name": "Bohemian and Chic in Lisbon",
"imageUrl": "https://raw.githubusercontent.com/nmajor/react-workshop-lisbon-data/master/images/flat6.jpg",
"price": 90,
"priceCurrency": "EUR",
"lat": 38.73144272,
"lng": -9.16230825
}
]