Open anupamroy8 opened 1 year ago
watch next video you will find the ans and in future if anything happen to api you can fix it by own thankyou
Even after watching the next video, couldn't connect with the latest structure of swiggy api. The best idea is go through the api and check for the prod data and write the logic accordingly.
Other option is create a similar project for API using Node.js and Mongodb. Won't take much time, and you will be learning something new.
Have anyone develop the feature of getting new restaurant while scrolling page to bottom ..?
Have anyone develop the feature of getting new restaurant while scrolling page to bottom ..?
Yeah bro I am also searching for the same
damn guys amazing work
Swiggy api responds with an array of cards, the card containing list of restaurants has an
id: restaurant_grid_listing
.So instead of hard coding the card number like
cards[2]
orcards[5]
, usingfor of
to find the same is better approach.