Hacker News new | ask | show | jobs
by prophesi 562 days ago
Since the site was hugged to death by HN, this appears to be the repo[0] for anyone wanting to run it locally.

[0] https://github.com/cyclotruc/gitingest

1 comments

and of course, using the repo as an input for the service renders this[1]

[1] https://gitingest.com/cyclotruc/gitingest

  // Fetch stars when page loads
  fetchGitHubStars();
I do not understand why in the world so much of the code is related to poking the GH api to fetch the star count
Probably generated by AI, prompted by no- or junior dev. This is my opinion, of course, but it looks like code generated by an LLM.
I know the code is not great, but contributions are very much welcome because there's a lot of low hanging fruits
But why did you code it to fetch stars at all? You would have had to go out of your way to do that. If AI has written most of this I suspect people will be less inclined to contribute.