@wcj/github-rank 22.7.6 → 22.7.7
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 +2 -3
- package/dist/36kr.json +5006 -1552
- package/dist/repos.json +21336 -21336
- package/dist/sifou-daily.json +6 -96
- package/dist/sifou-monthly.json +43 -43
- package/dist/sifou-weekly.json +113 -113
- package/dist/toutiao-30.json +45 -45
- package/dist/toutiao-7.json +100 -100
- package/dist/toutiao-90.json +35 -35
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +142 -142
- package/dist/trending-weekly.json +164 -164
- package/dist/users.china.json +1309 -1309
- package/dist/users.json +2105 -2106
- package/package.json +19 -18
- package/web/data/36kr.json +5006 -1552
- package/web/data/repos.json +21336 -21336
- package/web/data/sifou-daily.json +6 -96
- package/web/data/sifou-monthly.json +43 -43
- package/web/data/sifou-weekly.json +113 -113
- package/web/data/toutiao-30.json +45 -45
- package/web/data/toutiao-7.json +100 -100
- package/web/data/toutiao-90.json +35 -35
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +142 -142
- package/web/data/trending-weekly.json +164 -164
- package/web/data/users.china.json +1309 -1309
- package/web/data/users.json +2105 -2106
- package/web/index.html +1123 -1126
- package/web/repos.html +2860 -2863
- package/web/sifou-daily.html +6 -289
- package/web/sifou-monthly.html +73 -76
- package/web/sifou-weekly.html +129 -132
- package/web/toutiao-30.html +59 -62
- package/web/toutiao-7.html +71 -74
- package/web/toutiao-90.html +62 -65
- package/web/trending-monthly.html +125 -136
- package/web/trending-weekly.html +142 -149
- package/web/trending.html +148 -147
- package/web/users.china.html +696 -699
- package/web/36kr.html +0 -828
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Preview: [Github](http://jaywcjlove.github.io/github-rank/) | [Gitee](http://jay
|
|
|
24
24
|
</a>
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
|
-
Github 中国用户排名,全球仓库 Star 最多排名,通过 Github API v3 来生成页面数据,[排行榜预览](http://jaywcjlove.github.io/github-rank/),最近还添加了 [SegmentFault 思否近期热门](http://jaywcjlove.github.io/github-rank/sifou-daily.html)、[开发者头条最近热门分享](http://jaywcjlove.github.io/github-rank/toutiao-7.html)
|
|
27
|
+
Github 中国用户排名,全球仓库 Star 最多排名,通过 Github API v3 来生成页面数据,[排行榜预览](http://jaywcjlove.github.io/github-rank/),最近还添加了 [SegmentFault 思否近期热门](http://jaywcjlove.github.io/github-rank/sifou-daily.html)、[开发者头条最近热门分享](http://jaywcjlove.github.io/github-rank/toutiao-7.html)。
|
|
28
28
|
|
|
29
29
|
- [Github **全球** 用户 Followers 排名预览](http://jaywcjlove.github.io/github-rank/)
|
|
30
30
|
- [Github **中国** 用户 Followers 排名预览](http://jaywcjlove.github.io/github-rank/users.china.html)
|
|
@@ -32,7 +32,6 @@ Github 中国用户排名,全球仓库 Star 最多排名,通过 Github API v
|
|
|
32
32
|
- [Github 社区趋势榜日、周、月预览](http://jaywcjlove.github.io/github-rank/trending.html) [**`日`**](http://jaywcjlove.github.io/github-rank/trending.html) [**`周`**](http://jaywcjlove.github.io/github-rank/trending-weekly.html) [**`月`**](http://jaywcjlove.github.io/github-rank/trending-monthly.html)
|
|
33
33
|
- [SegmentFault 思否 - 近期热门](http://jaywcjlove.github.io/github-rank/sifou-daily.html) [**`日`**](http://jaywcjlove.github.io/github-rank/sifou-daily.html) [**`周`**](http://jaywcjlove.github.io/github-rank/sifou-weekly.html) [**`月`**](http://jaywcjlove.github.io/github-rank/sifou-monthly.html)
|
|
34
34
|
- [开发者头条 - 最近热门分享](http://jaywcjlove.github.io/github-rank/toutiao-7.html) [**`7天`**](http://jaywcjlove.github.io/github-rank/toutiao-7.html) [**`30天`**](http://jaywcjlove.github.io/github-rank/toutiao-30.html) [**`90天`**](http://jaywcjlove.github.io/github-rank/toutiao-90.html)
|
|
35
|
-
- [36Kr - 快讯预览](http://jaywcjlove.github.io/github-rank/36kr.html)
|
|
36
35
|
|
|
37
36
|
从 `2019年04月20日` 在 [`npm`](https://www.npmjs.com/package/@wcj/github-rank) 上发版,版本号以 `年`、`月`、`日` 来定义,如: `v19.4.20`。
|
|
38
37
|
|
|
@@ -106,6 +105,6 @@ npm run get
|
|
|
106
105
|
# Github 用户获取中途失败,接着获取剩余用户信息
|
|
107
106
|
npm run get:users:info
|
|
108
107
|
|
|
109
|
-
# 获取 Github 趋势榜,Github 仓库排行(Top 500), sifou,
|
|
108
|
+
# 获取 Github 趋势榜,Github 仓库排行(Top 500), sifou,toutiao 的数据
|
|
110
109
|
npm run get:o
|
|
111
110
|
```
|