GitHub本身提供了靈活的搜索功能,如果想更進一步做自己個性化功能展示,可以利用GitHub API,比如:
獲取到用戶排行旁根據關注數: https://api.github.com/search/users?q=followers:%3E1000&sorts=followers&per_page=30
獲取最近熱門的項目數:https://api.github.com/search/repositories?q=stars:%3E1000
下面幾個鏈接就是在它API上做的實際的應用:
GitHub - CyC2018/CS-Notes: 技術面試必備基礎知識
GitHub上中國用戶前1000排行榜:Github Rank (China)