Skip to content

Instantly share code, notes, and snippets.

@JacksonTian
Created October 25, 2012 12:01
Show Gist options
  • Save JacksonTian/3952207 to your computer and use it in GitHub Desktop.
Save JacksonTian/3952207 to your computer and use it in GitHub Desktop.
查看项目watcher数量排名
JSON.stringify(foo.filter(function (repo) {return !repo.fork}).sort(function (a, b) {return a.watchers > b.watchers ? -1 : 1;}).map(function (item) {return [item.name, item.watchers]}));
@myst729
Copy link

myst729 commented Oct 25, 2012

不错……来玩一下我这个 Reposidget 吧~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment