Skip to content

Do I need a Goodreads API key to retrieve book metadata?

I am trying to build an app around books. Goodreads has a great catalogue on books. But they stopped providing new API keys since December 2020. My question is how can I retrieve just book metadata from Goodreads? I don’t want any data associated with a user(in that case, requiring an API key is fair). …

radio and select option with alert

how do i show alert if no radio button selected form two radio button and after that show alert on select option if not selected. but I am getting alert on both radio button how do I fix it Answer The problem is that in your case, the 2 if statements regarding your radio buttons will always be false for

How to map through array of objects to extract objects value?

i am trying to map through an array of objects to extract some value from each object. When i run my code i am getting a result of undefined on console.log(open) but get all the data get log for the console.log(data) Can someone tell me why is it undefined or what is wrong in my code? thanks in advance Data