@wcj/github-rank 22.10.27 → 22.10.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/dist/repos.json +18898 -18905
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +155 -155
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +1 -17307
- package/dist/users.json +1 -17968
- package/package.json +1 -1
- package/web/data/repos.json +18898 -18905
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +155 -155
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +1 -17307
- package/web/data/users.json +1 -17968
- package/web/index.html +2 -15502
- package/web/repos.html +2377 -2377
- package/web/trending-monthly.html +136 -136
- package/web/trending-weekly.html +144 -148
- package/web/trending.html +138 -150
- package/web/users.china.html +2 -15502
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ Github 中国用户排名,全球仓库 Star 最多排名,通过 Github API v
|
|
|
37
37
|
|
|
38
38
|
现在每天可以自动更新了,利用 [GitHub Actions Workflows](https://github.com/actions/starter-workflows) 通过定时器,每天 `00:00` (北京时间早上8:00) 触发 GitHub 的工作流,自动爬数据,将生成的 web 页面提交到 `gh-pages` 分支,并且自动发布 [npm](https://www.npmjs.com/package/@wcj/github-rank) 版本,真香!!
|
|
39
39
|
|
|
40
|
-
更新时间:<!--GAMFC-->2022-10-
|
|
40
|
+
更新时间:<!--GAMFC-->2022-10-28 01:26:27<!--GAMFC-END-->
|
|
41
41
|
|
|
42
42
|
## 使用
|
|
43
43
|
|
|
@@ -110,3 +110,8 @@ npm run get:users:info
|
|
|
110
110
|
# 获取 Github 趋势榜,Github 仓库排行(Top 500), sifou,toutiao 的数据
|
|
111
111
|
npm run get:o
|
|
112
112
|
```
|
|
113
|
+
|
|
114
|
+
## License
|
|
115
|
+
|
|
116
|
+
Licensed under the MIT License.
|
|
117
|
+
|