Get the flats data in json format using the following fetch utility.
fetch("https://cdn.rawgit.com/abbassiddiqi/airbnb-api/bbd1300a/flats.json")
.then(response => response.json())
.then(data => {
console.log(data);
})| Name | Name | Last commit date | ||
|---|---|---|---|---|