grubersjoe / react-github-calendar

A React component to display a GitHub contributions calendar
https://grubersjoe.github.io/react-github-calendar
MIT License
455 stars 40 forks source link

Issue rendering the Calendar #41

Closed adityamulik closed 1 year ago

adityamulik commented 1 year ago

Hello, My portfolio website's GitHub Calendar is not rendering. https://www.adityamulik.com/

Below are the versions of React & react-github-calendar "react": "^17.0.2", "react-github-calendar": "^2.0.2"

grubersjoe commented 1 year ago

Hey. Please update to v3. See here: https://grubersjoe.github.io/react-github-calendar/#upgrade

v2 uses an older version of the API to fetch the GitHub contribution data that was deployed on Heroku. Since Heroku decided to ditch their free plan this old API no longer works.

https://help.heroku.com/RSBRUH58/removal-of-heroku-free-product-plans-faq

adityamulik commented 1 year ago

@grubersjoe Much thanks for the update :)