Home >Web Front-end >JS Tutorial >I built a Github user analysis and ranking website
https://github-persona.pages.dev
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.
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.
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!