-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
128 lines (128 loc) · 4.02 KB
/
data.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"roomtypes": [
{
"name": "Single"
},
{
"name": "Family Rooms"
},
{
"name": "Double"
}
]
},
{
"entries": [
{
"hotelName": "Hotel Lancaster",
"rating": 4,
"city": "Paris",
"thumbnail": "http://comerciodearrecife.com/wp-content/uploads/hotel-prueba-1.jpg",
"guestrating": 4,
"ratings": {
"no": 8.8,
"text": "Excellent"
},
"mapurl": "https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d83998.94722687619!2d2.277019841665155!3d48.8588377391234!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sgr!4v1554987763683!5m2!1sen!2sgr",
"__mapData": [ 48.872356, 2.303531 ],
"filters": [
{
"name": "Car Park"
},
{
"name": "Sauna"
},
{
"name": "Pool"
},
{
"name": "Wifi"
},
{
"name": "Balcony"
}
],
"price": 706
},
{
"hotelName": "Prince de Galles, a Laxury...",
"rating": 5,
"city": "Toulouse",
"thumbnail": "https://imgcy.trivago.com/c_lfill,d_dummy.jpeg,f_auto,h_450,q_auto:eco,w_450/itemimages/42/88/42886_v5.jpeg",
"guestrating": 4,
"ratings": {
"no": 9.0,
"text": "Excellent"
},
"mapurl": "https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d83998.94722687619!2d2.277019841665155!3d48.8588377391234!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sgr!4v1554987763683!5m2!1sen!2sgr",
"__mapData": [ 48.869304, 2.300711 ],
"filters": [
{
"name": "Car Park"
},
{
"name": "Sauna"
},
{
"name": "Pool"
}
],
"price": 1213
},
{
"hotelName": "Hotel Hilton Marseille",
"rating": 2 ,
"city": "Marseille",
"thumbnail": "https://cdn.hotelplanner.com/Common/Images/_HotelPlanner/Home-Page/fade/sld6.jpg",
"guestrating": 4.9,
"ratings": {
"no": 9.8,
"text": "Excellent"
},
"mapurl": "https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d83998.94722687619!2d2.277019841665155!3d48.8588377391234!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sgr!4v1554987763683!5m2!1sen!2sgr",
"__mapData": [ 43.100719, 5.889482 ],
"filters": [
{
"name": "Pool"
},
{
"name": "Wifi"
},
{
"name": "Balcony"
}
],
"price": 1500
},
{
"hotelName": "Hotel Hilton",
"rating": 3,
"city": "Paris",
"thumbnail": "https://www.parkhotelzante.com/img/1920/park-hotel-zante-tsilivi-049.jpg",
"guestrating": 3.9,
"ratings": {
"no": 9.8,
"text": "Rather nice"
},
"mapurl": "https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d83998.94722687619!2d2.277019841665155!3d48.8588377391234!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sgr!4v1554987763683!5m2!1sen!2sgr",
"__mapData": [ 48.879133, 2325057 ],
"filters": [
{
"name": "Car Park"
},
{
"name": "Sauna"
},
{
"name": "Pool"
},
{
"name": "Wifi"
}
],
"price": 1500
}
]
}
]