complete-javascript-course
complete-javascript-course copied to clipboard
How to extract number of ingredient and duration in forkify for sorting data
I want to ask for forkify, in forkify some additional feature challenge. in there one of them is shorting of searched recipes on basis of number of ingredients and duration. so the issue is when we searched recipe in incoming data, we don't get ingredients and duration data. so we need to send again request for every recipe again to get that ingredient and duration data, but this task can get resource hungry so any better suggestion or clue
@jonasschmedtmann