Home >Web Front-end >JS Tutorial >I built a Github user analysis and ranking website

I built a Github user analysis and ranking website

Linda Hamilton
Linda HamiltonOriginal
2024-12-09 08:52:07477browse

I built a Github user analysis and ranking website

https://github-persona.pages.dev

Why

Sometimes I treat participating in Github as a game, like I will follow some big guys, see what they are doing recently, whether they have any new projects, any new ideas.

Then I realized that submitting code, participating in discussions, and solving problems can be quantified. I can make a website to analyze Github users, rank them, just like in the game.

Tech Stack

  • Cloudflare Pages
  • Cloudflare D1
  • Cloudflare AI

I use Cloudflare Worker to develop it, because it has convenient CI/CD service and free quota.

One of the requirements is to use large models to summarize users. Cloudflare AI perfectly meets this requirement.

Conclusion

This project is completely open source, you can view the source code on Github.

Welcome to join and improve it together.

The above is the detailed content of I built a Github user analysis and ranking website. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn