List Preview Website: Github | Githack | UNPKG | Gitee
Github ranks Chinese users, the most ranked global warehouse Star, and generates page data through Github API v3. Preview of Ranking List More recently Is SegmentFault Hot in the Near Future,Developer's Headlines Lately Hot Sharing,36Kr Express Preview.
- Github Global User Followers Rank Preview
- Preview of Followers ranking for Github Chinese users
- Github Global Warehouse Star Ranking Preview
- Daily, Weekly and Monthly Previews of Github Community Trends List day week month
- SegmentFault Think No - Recent Hot day week month
- Developer Headlines - Recent Hot Shares 7 days 30 days 90 days
- 36Kr - Express Preview
Use
From April 20, 2019, try to be in npm Updated version, version number is defined by year, month and day, such as: v19.4.20.
npm install @wcj/github-rank --save-dev
You can get ranking data by introducing data, or you can get ranking data by introducing data. UNPKG Direct access User List.
import users from '@wcj/github-rank'; import repos from '@wcj/github-rank/dist/repos.json'; import trendingDaily from '@wcj/github-rank/dist/trending-daily.json'; import trendingWeekly from '@wcj/github-rank/dist/trending-weekly.json'; import trendingMonthly from '@wcj/github-rank/dist/trending-monthly.json';
import users from '@wcj/github-rank'; // The default users output the following data: [ { "login": "jaywcjlove", "id": 1680273, "node_id": "MDQ6VXNlcjE2ODAyNzM=", "avatar_url": "https://avatars1.githubusercontent.com/u/1680273?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jaywcjlove", "html_url": "https://github.com/jaywcjlove", "followers_url": "https://api.github.com/users/jaywcjlove/followers", "following_url": "https://api.github.com/users/jaywcjlove/following{/other_user}", "gists_url": "https://api.github.com/users/jaywcjlove/gists{/gist_id}", "starred_url": "https://api.github.com/users/jaywcjlove/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jaywcjlove/subscriptions", "organizations_url": "https://api.github.com/users/jaywcjlove/orgs", "repos_url": "https://api.github.com/users/jaywcjlove/repos", "events_url": "https://api.github.com/users/jaywcjlove/events{/privacy}", "received_events_url": "https://api.github.com/users/jaywcjlove/received_events", "type": "User", "site_admin": false, "score": 1, "rank": 117, "name": "Little brother tune up™", "company": "ʕ•̫͡•ʔ-̫͡-ʕ•͓͡•ʔ-̫͡-ʔ", "blog": "http://wangchujiang.com", "location": "Shanghai, China", "email": "wowohoo@qq.com", "hireable": true, "bio": "(͡·̮̃·̃) The pleasure of the code 💯 ,"People are gone.™The code is still there.", "public_repos": 78, "public_gists": 1, "followers": 2519, "following": 91, "created_at": "2012-04-26T00:30:25Z", "updated_at": "2019-04-12T14:27:54Z" } ]