Skip to content

abbassiddiqi/airbnb-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb API (demo)

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);
  })

About

Fake airbnb-clone API for my react workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors