response gives an error when trying to run .json() on it
I have the following function in the nodejs language that serves as a server:
Using Node.js, fetching a webpage is different from on the browser
I am trying to use fetch
on Node.js, to fetch the page: https://finance.yahoo.com/quote/META
dynamically added content through js not showing up on netlify
I am trying to make a Spotify clone. I am fetching songs from my local machine. All the songs’ albums are inside the songs folder but when I run this on my local machine it’s working fine while on netlify the dynamically added content like my songs, song names and song time are not showing up.
Here is the link to my deployed project on Netlify
Here is the link to my GitHub repo