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中文社区

索引 - GitHub中文社区

Topic: java · GitHub

Github精选 - Github中文社区

GitHub - CyC2018/CS-Notes: 技术面试必备基础知识

 

GitHub上中国用户前1000排行榜:Github Rank (China)

 

相关文章:

  • 2021-08-24
  • 2021-11-07
  • 2021-11-23
  • 2022-01-04
  • 2021-12-19
  • 2021-12-19
猜你喜欢
  • 2021-12-28
  • 2022-12-23
  • 2021-04-14
  • 2021-08-29
  • 2021-08-31
  • 2021-10-07
相关资源
相似解决方案