Skip to content

Tag: web

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). …

How can I change JSON file with javascript

I want to change my JSON file or add an element to my SON file, but real file. I tried this code, but it doesn’t work on the real file. Only the time the tab is open on the web has changed. How to handle it in real file? Not user file, it is server file, but I tried my

Logo float on basic responsive nav

Problem ” float: right” poorly working in responsive class Basically, I am trying to place my image logo in the right-up corner for a semi-lang case but every manipulation on .logo force navigation bar to change its values. Question How can I align the logo to the right-up corner? What I’ve …