I am trying to learn Angular by developing a website and I am getting the following error when I am trying to HTTP get my Github contributions from Github and showing them on the website.
Failed to load https://github.com/users/kapil5harma/contributions: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://kapil5harma.netlify.com' is therefore not allowed access.
I am able to see it working on my local using CORS plugin for Chrome, but when the same code is deployed on the website, it is throwing the error mentioned above.