reduce size of json by pulling interesting fields above instead of relying on the entire thing

This commit is contained in:
Viktor Barzin 2025-06-09 21:31:15 +00:00
parent 296a4e7603
commit 073020c6d2
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 139092 additions and 4 deletions

View file

@ -237,7 +237,7 @@ function getPropertyHTML(property) {
<div>
<img src="${property.properties.photo_thumbnail}" style="width:100%; height:auto;">
<p>
<strong>Available from:</strong> ${property.properties.info.property.let_date_available}
<strong>Available from:</strong> ${property.properties.available_from}
<br />
<strong>Price:</strong> £${property.properties.total_price}
<br />