Skip to content

Instantly share code, notes, and snippets.

@jdennes
Last active December 31, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdennes/7013672 to your computer and use it in GitHub Desktop.
Save jdennes/7013672 to your computer and use it in GitHub Desktop.
Most starred public repositories on GitHub.
curl -G https://api.github.com/search/repositories \
--data-urlencode "q=stars:>1000" \
--data-urlencode "sort=stars" \
--data-urlencode "order=desc" \
-H "Accept: application/vnd.github.preview"
{
"total_count": 1509,
"items": [
{
"id": 2126244,
"name": "bootstrap",
"full_name": "twbs/bootstrap",
"owner": {
"login": "twbs",
"id": 2918581,
"avatar_url": "https://2.gravatar.com/avatar/025073862721c9b5af4a0269eabecb8e?d=https%3A%2F%2Fidenticons.github.com%2F3d61460dd1c78ca054188a715264f8fc.png",
"gravatar_id": "025073862721c9b5af4a0269eabecb8e",
"url": "https://api.github.com/users/twbs",
"html_url": "https://github.com/twbs",
"followers_url": "https://api.github.com/users/twbs/followers",
"following_url": "https://api.github.com/users/twbs/following{/other_user}",
"gists_url": "https://api.github.com/users/twbs/gists{/gist_id}",
"starred_url": "https://api.github.com/users/twbs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/twbs/subscriptions",
"organizations_url": "https://api.github.com/users/twbs/orgs",
"repos_url": "https://api.github.com/users/twbs/repos",
"events_url": "https://api.github.com/users/twbs/events{/privacy}",
"received_events_url": "https://api.github.com/users/twbs/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/twbs/bootstrap",
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
"fork": false,
"url": "https://api.github.com/repos/twbs/bootstrap",
"forks_url": "https://api.github.com/repos/twbs/bootstrap/forks",
"keys_url": "https://api.github.com/repos/twbs/bootstrap/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/twbs/bootstrap/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/twbs/bootstrap/teams",
"hooks_url": "https://api.github.com/repos/twbs/bootstrap/hooks",
"issue_events_url": "https://api.github.com/repos/twbs/bootstrap/issues/events{/number}",
"events_url": "https://api.github.com/repos/twbs/bootstrap/events",
"assignees_url": "https://api.github.com/repos/twbs/bootstrap/assignees{/user}",
"branches_url": "https://api.github.com/repos/twbs/bootstrap/branches{/branch}",
"tags_url": "https://api.github.com/repos/twbs/bootstrap/tags",
"blobs_url": "https://api.github.com/repos/twbs/bootstrap/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/twbs/bootstrap/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/twbs/bootstrap/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/twbs/bootstrap/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/twbs/bootstrap/statuses/{sha}",
"languages_url": "https://api.github.com/repos/twbs/bootstrap/languages",
"stargazers_url": "https://api.github.com/repos/twbs/bootstrap/stargazers",
"contributors_url": "https://api.github.com/repos/twbs/bootstrap/contributors",
"subscribers_url": "https://api.github.com/repos/twbs/bootstrap/subscribers",
"subscription_url": "https://api.github.com/repos/twbs/bootstrap/subscription",
"commits_url": "https://api.github.com/repos/twbs/bootstrap/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/twbs/bootstrap/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/twbs/bootstrap/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/twbs/bootstrap/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/twbs/bootstrap/contents/{+path}",
"compare_url": "https://api.github.com/repos/twbs/bootstrap/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/twbs/bootstrap/merges",
"archive_url": "https://api.github.com/repos/twbs/bootstrap/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/twbs/bootstrap/downloads",
"issues_url": "https://api.github.com/repos/twbs/bootstrap/issues{/number}",
"pulls_url": "https://api.github.com/repos/twbs/bootstrap/pulls{/number}",
"milestones_url": "https://api.github.com/repos/twbs/bootstrap/milestones{/number}",
"notifications_url": "https://api.github.com/repos/twbs/bootstrap/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/twbs/bootstrap/labels{/name}",
"created_at": "2011-07-29T21:19:00Z",
"updated_at": "2013-10-16T19:38:25Z",
"pushed_at": "2013-10-16T17:44:11Z",
"git_url": "git://github.com/twbs/bootstrap.git",
"ssh_url": "git@github.com:twbs/bootstrap.git",
"clone_url": "https://github.com/twbs/bootstrap.git",
"svn_url": "https://github.com/twbs/bootstrap",
"homepage": "http://getbootstrap.com",
"size": 80507,
"watchers_count": 59627,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": false,
"forks_count": 20807,
"mirror_url": null,
"open_issues_count": 239,
"forks": 20807,
"open_issues": 239,
"watchers": 59627,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 211666,
"name": "node",
"full_name": "joyent/node",
"owner": {
"login": "joyent",
"id": 10161,
"avatar_url": "https://1.gravatar.com/avatar/95c8b4070c2ba024f87a8fdca63e9d24?d=https%3A%2F%2Fidenticons.github.com%2Fb569502f473b890f9fcfc45b8a227baa.png",
"gravatar_id": "95c8b4070c2ba024f87a8fdca63e9d24",
"url": "https://api.github.com/users/joyent",
"html_url": "https://github.com/joyent",
"followers_url": "https://api.github.com/users/joyent/followers",
"following_url": "https://api.github.com/users/joyent/following{/other_user}",
"gists_url": "https://api.github.com/users/joyent/gists{/gist_id}",
"starred_url": "https://api.github.com/users/joyent/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/joyent/subscriptions",
"organizations_url": "https://api.github.com/users/joyent/orgs",
"repos_url": "https://api.github.com/users/joyent/repos",
"events_url": "https://api.github.com/users/joyent/events{/privacy}",
"received_events_url": "https://api.github.com/users/joyent/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/joyent/node",
"description": "evented I/O for v8 javascript",
"fork": false,
"url": "https://api.github.com/repos/joyent/node",
"forks_url": "https://api.github.com/repos/joyent/node/forks",
"keys_url": "https://api.github.com/repos/joyent/node/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/joyent/node/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/joyent/node/teams",
"hooks_url": "https://api.github.com/repos/joyent/node/hooks",
"issue_events_url": "https://api.github.com/repos/joyent/node/issues/events{/number}",
"events_url": "https://api.github.com/repos/joyent/node/events",
"assignees_url": "https://api.github.com/repos/joyent/node/assignees{/user}",
"branches_url": "https://api.github.com/repos/joyent/node/branches{/branch}",
"tags_url": "https://api.github.com/repos/joyent/node/tags",
"blobs_url": "https://api.github.com/repos/joyent/node/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/joyent/node/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/joyent/node/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/joyent/node/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/joyent/node/statuses/{sha}",
"languages_url": "https://api.github.com/repos/joyent/node/languages",
"stargazers_url": "https://api.github.com/repos/joyent/node/stargazers",
"contributors_url": "https://api.github.com/repos/joyent/node/contributors",
"subscribers_url": "https://api.github.com/repos/joyent/node/subscribers",
"subscription_url": "https://api.github.com/repos/joyent/node/subscription",
"commits_url": "https://api.github.com/repos/joyent/node/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/joyent/node/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/joyent/node/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/joyent/node/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/joyent/node/contents/{+path}",
"compare_url": "https://api.github.com/repos/joyent/node/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/joyent/node/merges",
"archive_url": "https://api.github.com/repos/joyent/node/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/joyent/node/downloads",
"issues_url": "https://api.github.com/repos/joyent/node/issues{/number}",
"pulls_url": "https://api.github.com/repos/joyent/node/pulls{/number}",
"milestones_url": "https://api.github.com/repos/joyent/node/milestones{/number}",
"notifications_url": "https://api.github.com/repos/joyent/node/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/joyent/node/labels{/name}",
"created_at": "2009-05-27T16:29:46Z",
"updated_at": "2013-10-16T19:03:48Z",
"pushed_at": "2013-10-16T18:25:17Z",
"git_url": "git://github.com/joyent/node.git",
"ssh_url": "git@github.com:joyent/node.git",
"clone_url": "https://github.com/joyent/node.git",
"svn_url": "https://github.com/joyent/node",
"homepage": "http://nodejs.org/",
"size": 384172,
"watchers_count": 25085,
"language": "JavaScript",
"has_issues": true,
"has_downloads": false,
"has_wiki": true,
"forks_count": 4920,
"mirror_url": null,
"open_issues_count": 625,
"forks": 4920,
"open_issues": 625,
"watchers": 25085,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 167174,
"name": "jquery",
"full_name": "jquery/jquery",
"owner": {
"login": "jquery",
"id": 70142,
"avatar_url": "https://1.gravatar.com/avatar/6906f317a4733f4379b06c32229ef02f?d=https%3A%2F%2Fidenticons.github.com%2Ff426f04f2f9813718fb806b30e0093de.png",
"gravatar_id": "6906f317a4733f4379b06c32229ef02f",
"url": "https://api.github.com/users/jquery",
"html_url": "https://github.com/jquery",
"followers_url": "https://api.github.com/users/jquery/followers",
"following_url": "https://api.github.com/users/jquery/following{/other_user}",
"gists_url": "https://api.github.com/users/jquery/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jquery/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jquery/subscriptions",
"organizations_url": "https://api.github.com/users/jquery/orgs",
"repos_url": "https://api.github.com/users/jquery/repos",
"events_url": "https://api.github.com/users/jquery/events{/privacy}",
"received_events_url": "https://api.github.com/users/jquery/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/jquery/jquery",
"description": "jQuery JavaScript Library",
"fork": false,
"url": "https://api.github.com/repos/jquery/jquery",
"forks_url": "https://api.github.com/repos/jquery/jquery/forks",
"keys_url": "https://api.github.com/repos/jquery/jquery/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/jquery/jquery/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/jquery/jquery/teams",
"hooks_url": "https://api.github.com/repos/jquery/jquery/hooks",
"issue_events_url": "https://api.github.com/repos/jquery/jquery/issues/events{/number}",
"events_url": "https://api.github.com/repos/jquery/jquery/events",
"assignees_url": "https://api.github.com/repos/jquery/jquery/assignees{/user}",
"branches_url": "https://api.github.com/repos/jquery/jquery/branches{/branch}",
"tags_url": "https://api.github.com/repos/jquery/jquery/tags",
"blobs_url": "https://api.github.com/repos/jquery/jquery/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/jquery/jquery/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/jquery/jquery/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/jquery/jquery/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/jquery/jquery/statuses/{sha}",
"languages_url": "https://api.github.com/repos/jquery/jquery/languages",
"stargazers_url": "https://api.github.com/repos/jquery/jquery/stargazers",
"contributors_url": "https://api.github.com/repos/jquery/jquery/contributors",
"subscribers_url": "https://api.github.com/repos/jquery/jquery/subscribers",
"subscription_url": "https://api.github.com/repos/jquery/jquery/subscription",
"commits_url": "https://api.github.com/repos/jquery/jquery/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/jquery/jquery/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/jquery/jquery/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/jquery/jquery/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/jquery/jquery/contents/{+path}",
"compare_url": "https://api.github.com/repos/jquery/jquery/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/jquery/jquery/merges",
"archive_url": "https://api.github.com/repos/jquery/jquery/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/jquery/jquery/downloads",
"issues_url": "https://api.github.com/repos/jquery/jquery/issues{/number}",
"pulls_url": "https://api.github.com/repos/jquery/jquery/pulls{/number}",
"milestones_url": "https://api.github.com/repos/jquery/jquery/milestones{/number}",
"notifications_url": "https://api.github.com/repos/jquery/jquery/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/jquery/jquery/labels{/name}",
"created_at": "2009-04-03T15:20:14Z",
"updated_at": "2013-10-16T19:01:39Z",
"pushed_at": "2013-10-15T22:01:11Z",
"git_url": "git://github.com/jquery/jquery.git",
"ssh_url": "git@github.com:jquery/jquery.git",
"clone_url": "https://github.com/jquery/jquery.git",
"svn_url": "https://github.com/jquery/jquery",
"homepage": "http://jquery.com/",
"size": 22788,
"watchers_count": 24909,
"language": "JavaScript",
"has_issues": false,
"has_downloads": false,
"has_wiki": false,
"forks_count": 5211,
"mirror_url": null,
"open_issues_count": 13,
"forks": 5211,
"open_issues": 13,
"watchers": 24909,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 486550,
"name": "html5-boilerplate",
"full_name": "h5bp/html5-boilerplate",
"owner": {
"login": "h5bp",
"id": 1136800,
"avatar_url": "https://1.gravatar.com/avatar/7ac667bbdc0a30eaf671479cc06afe92?d=https%3A%2F%2Fidenticons.github.com%2Ff3d95160e6ec044a6de62594e53f8a2c.png",
"gravatar_id": "7ac667bbdc0a30eaf671479cc06afe92",
"url": "https://api.github.com/users/h5bp",
"html_url": "https://github.com/h5bp",
"followers_url": "https://api.github.com/users/h5bp/followers",
"following_url": "https://api.github.com/users/h5bp/following{/other_user}",
"gists_url": "https://api.github.com/users/h5bp/gists{/gist_id}",
"starred_url": "https://api.github.com/users/h5bp/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/h5bp/subscriptions",
"organizations_url": "https://api.github.com/users/h5bp/orgs",
"repos_url": "https://api.github.com/users/h5bp/repos",
"events_url": "https://api.github.com/users/h5bp/events{/privacy}",
"received_events_url": "https://api.github.com/users/h5bp/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/h5bp/html5-boilerplate",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
"fork": false,
"url": "https://api.github.com/repos/h5bp/html5-boilerplate",
"forks_url": "https://api.github.com/repos/h5bp/html5-boilerplate/forks",
"keys_url": "https://api.github.com/repos/h5bp/html5-boilerplate/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/h5bp/html5-boilerplate/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/h5bp/html5-boilerplate/teams",
"hooks_url": "https://api.github.com/repos/h5bp/html5-boilerplate/hooks",
"issue_events_url": "https://api.github.com/repos/h5bp/html5-boilerplate/issues/events{/number}",
"events_url": "https://api.github.com/repos/h5bp/html5-boilerplate/events",
"assignees_url": "https://api.github.com/repos/h5bp/html5-boilerplate/assignees{/user}",
"branches_url": "https://api.github.com/repos/h5bp/html5-boilerplate/branches{/branch}",
"tags_url": "https://api.github.com/repos/h5bp/html5-boilerplate/tags",
"blobs_url": "https://api.github.com/repos/h5bp/html5-boilerplate/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/h5bp/html5-boilerplate/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/h5bp/html5-boilerplate/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/h5bp/html5-boilerplate/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/h5bp/html5-boilerplate/statuses/{sha}",
"languages_url": "https://api.github.com/repos/h5bp/html5-boilerplate/languages",
"stargazers_url": "https://api.github.com/repos/h5bp/html5-boilerplate/stargazers",
"contributors_url": "https://api.github.com/repos/h5bp/html5-boilerplate/contributors",
"subscribers_url": "https://api.github.com/repos/h5bp/html5-boilerplate/subscribers",
"subscription_url": "https://api.github.com/repos/h5bp/html5-boilerplate/subscription",
"commits_url": "https://api.github.com/repos/h5bp/html5-boilerplate/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/h5bp/html5-boilerplate/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/h5bp/html5-boilerplate/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/h5bp/html5-boilerplate/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/h5bp/html5-boilerplate/contents/{+path}",
"compare_url": "https://api.github.com/repos/h5bp/html5-boilerplate/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/h5bp/html5-boilerplate/merges",
"archive_url": "https://api.github.com/repos/h5bp/html5-boilerplate/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/h5bp/html5-boilerplate/downloads",
"issues_url": "https://api.github.com/repos/h5bp/html5-boilerplate/issues{/number}",
"pulls_url": "https://api.github.com/repos/h5bp/html5-boilerplate/pulls{/number}",
"milestones_url": "https://api.github.com/repos/h5bp/html5-boilerplate/milestones{/number}",
"notifications_url": "https://api.github.com/repos/h5bp/html5-boilerplate/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/h5bp/html5-boilerplate/labels{/name}",
"created_at": "2010-01-24T18:03:24Z",
"updated_at": "2013-10-16T19:39:06Z",
"pushed_at": "2013-10-15T21:12:48Z",
"git_url": "git://github.com/h5bp/html5-boilerplate.git",
"ssh_url": "git@github.com:h5bp/html5-boilerplate.git",
"clone_url": "https://github.com/h5bp/html5-boilerplate.git",
"svn_url": "https://github.com/h5bp/html5-boilerplate",
"homepage": "http://html5boilerplate.com/",
"size": 73509,
"watchers_count": 22656,
"language": "CSS",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 5591,
"mirror_url": null,
"open_issues_count": 12,
"forks": 5591,
"open_issues": 12,
"watchers": 22656,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 8514,
"name": "rails",
"full_name": "rails/rails",
"owner": {
"login": "rails",
"id": 4223,
"avatar_url": "https://0.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https%3A%2F%2Fidenticons.github.com%2Ff42a37d114a480b6b57b60ea9a14a9d2.png",
"gravatar_id": "30f39a09e233e8369dddf6feb4be0308",
"url": "https://api.github.com/users/rails",
"html_url": "https://github.com/rails",
"followers_url": "https://api.github.com/users/rails/followers",
"following_url": "https://api.github.com/users/rails/following{/other_user}",
"gists_url": "https://api.github.com/users/rails/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rails/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rails/subscriptions",
"organizations_url": "https://api.github.com/users/rails/orgs",
"repos_url": "https://api.github.com/users/rails/repos",
"events_url": "https://api.github.com/users/rails/events{/privacy}",
"received_events_url": "https://api.github.com/users/rails/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/rails/rails",
"description": "Ruby on Rails",
"fork": false,
"url": "https://api.github.com/repos/rails/rails",
"forks_url": "https://api.github.com/repos/rails/rails/forks",
"keys_url": "https://api.github.com/repos/rails/rails/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/rails/rails/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/rails/rails/teams",
"hooks_url": "https://api.github.com/repos/rails/rails/hooks",
"issue_events_url": "https://api.github.com/repos/rails/rails/issues/events{/number}",
"events_url": "https://api.github.com/repos/rails/rails/events",
"assignees_url": "https://api.github.com/repos/rails/rails/assignees{/user}",
"branches_url": "https://api.github.com/repos/rails/rails/branches{/branch}",
"tags_url": "https://api.github.com/repos/rails/rails/tags",
"blobs_url": "https://api.github.com/repos/rails/rails/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/rails/rails/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/rails/rails/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/rails/rails/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/rails/rails/statuses/{sha}",
"languages_url": "https://api.github.com/repos/rails/rails/languages",
"stargazers_url": "https://api.github.com/repos/rails/rails/stargazers",
"contributors_url": "https://api.github.com/repos/rails/rails/contributors",
"subscribers_url": "https://api.github.com/repos/rails/rails/subscribers",
"subscription_url": "https://api.github.com/repos/rails/rails/subscription",
"commits_url": "https://api.github.com/repos/rails/rails/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/rails/rails/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/rails/rails/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/rails/rails/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/rails/rails/contents/{+path}",
"compare_url": "https://api.github.com/repos/rails/rails/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/rails/rails/merges",
"archive_url": "https://api.github.com/repos/rails/rails/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/rails/rails/downloads",
"issues_url": "https://api.github.com/repos/rails/rails/issues{/number}",
"pulls_url": "https://api.github.com/repos/rails/rails/pulls{/number}",
"milestones_url": "https://api.github.com/repos/rails/rails/milestones{/number}",
"notifications_url": "https://api.github.com/repos/rails/rails/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/rails/rails/labels{/name}",
"created_at": "2008-04-11T02:19:47Z",
"updated_at": "2013-10-16T18:47:43Z",
"pushed_at": "2013-10-16T17:44:12Z",
"git_url": "git://github.com/rails/rails.git",
"ssh_url": "git@github.com:rails/rails.git",
"clone_url": "https://github.com/rails/rails.git",
"svn_url": "https://github.com/rails/rails",
"homepage": "http://rubyonrails.org",
"size": 223425,
"watchers_count": 19820,
"language": "Ruby",
"has_issues": true,
"has_downloads": true,
"has_wiki": false,
"forks_count": 6731,
"mirror_url": null,
"open_issues_count": 758,
"forks": 6731,
"open_issues": 758,
"watchers": 19820,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 943149,
"name": "d3",
"full_name": "mbostock/d3",
"owner": {
"login": "mbostock",
"id": 230541,
"avatar_url": "https://2.gravatar.com/avatar/005a27e09fe946ebef64bf4d134efc0a?d=https%3A%2F%2Fidenticons.github.com%2Fbccfec69c12f4875927673c36fb63cf4.png",
"gravatar_id": "005a27e09fe946ebef64bf4d134efc0a",
"url": "https://api.github.com/users/mbostock",
"html_url": "https://github.com/mbostock",
"followers_url": "https://api.github.com/users/mbostock/followers",
"following_url": "https://api.github.com/users/mbostock/following{/other_user}",
"gists_url": "https://api.github.com/users/mbostock/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mbostock/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mbostock/subscriptions",
"organizations_url": "https://api.github.com/users/mbostock/orgs",
"repos_url": "https://api.github.com/users/mbostock/repos",
"events_url": "https://api.github.com/users/mbostock/events{/privacy}",
"received_events_url": "https://api.github.com/users/mbostock/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/mbostock/d3",
"description": "A JavaScript visualization library for HTML and SVG.",
"fork": false,
"url": "https://api.github.com/repos/mbostock/d3",
"forks_url": "https://api.github.com/repos/mbostock/d3/forks",
"keys_url": "https://api.github.com/repos/mbostock/d3/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/mbostock/d3/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/mbostock/d3/teams",
"hooks_url": "https://api.github.com/repos/mbostock/d3/hooks",
"issue_events_url": "https://api.github.com/repos/mbostock/d3/issues/events{/number}",
"events_url": "https://api.github.com/repos/mbostock/d3/events",
"assignees_url": "https://api.github.com/repos/mbostock/d3/assignees{/user}",
"branches_url": "https://api.github.com/repos/mbostock/d3/branches{/branch}",
"tags_url": "https://api.github.com/repos/mbostock/d3/tags",
"blobs_url": "https://api.github.com/repos/mbostock/d3/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/mbostock/d3/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/mbostock/d3/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/mbostock/d3/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/mbostock/d3/statuses/{sha}",
"languages_url": "https://api.github.com/repos/mbostock/d3/languages",
"stargazers_url": "https://api.github.com/repos/mbostock/d3/stargazers",
"contributors_url": "https://api.github.com/repos/mbostock/d3/contributors",
"subscribers_url": "https://api.github.com/repos/mbostock/d3/subscribers",
"subscription_url": "https://api.github.com/repos/mbostock/d3/subscription",
"commits_url": "https://api.github.com/repos/mbostock/d3/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/mbostock/d3/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/mbostock/d3/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/mbostock/d3/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/mbostock/d3/contents/{+path}",
"compare_url": "https://api.github.com/repos/mbostock/d3/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/mbostock/d3/merges",
"archive_url": "https://api.github.com/repos/mbostock/d3/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/mbostock/d3/downloads",
"issues_url": "https://api.github.com/repos/mbostock/d3/issues{/number}",
"pulls_url": "https://api.github.com/repos/mbostock/d3/pulls{/number}",
"milestones_url": "https://api.github.com/repos/mbostock/d3/milestones{/number}",
"notifications_url": "https://api.github.com/repos/mbostock/d3/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/mbostock/d3/labels{/name}",
"created_at": "2010-09-27T17:22:42Z",
"updated_at": "2013-10-16T18:02:23Z",
"pushed_at": "2013-10-16T16:17:01Z",
"git_url": "git://github.com/mbostock/d3.git",
"ssh_url": "git@github.com:mbostock/d3.git",
"clone_url": "https://github.com/mbostock/d3.git",
"svn_url": "https://github.com/mbostock/d3",
"homepage": "http://d3js.org",
"size": 85670,
"watchers_count": 19178,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 3695,
"mirror_url": null,
"open_issues_count": 113,
"forks": 3695,
"open_issues": 113,
"watchers": 19178,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 3065454,
"name": "impress.js",
"full_name": "bartaz/impress.js",
"owner": {
"login": "bartaz",
"id": 83575,
"avatar_url": "https://2.gravatar.com/avatar/b1d34875b6175ed2b5377b13a4782dba?d=https%3A%2F%2Fidenticons.github.com%2Fbe1f706e40e863dd9190924eaa955fe7.png",
"gravatar_id": "b1d34875b6175ed2b5377b13a4782dba",
"url": "https://api.github.com/users/bartaz",
"html_url": "https://github.com/bartaz",
"followers_url": "https://api.github.com/users/bartaz/followers",
"following_url": "https://api.github.com/users/bartaz/following{/other_user}",
"gists_url": "https://api.github.com/users/bartaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bartaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bartaz/subscriptions",
"organizations_url": "https://api.github.com/users/bartaz/orgs",
"repos_url": "https://api.github.com/users/bartaz/repos",
"events_url": "https://api.github.com/users/bartaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/bartaz/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/bartaz/impress.js",
"description": "It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.",
"fork": false,
"url": "https://api.github.com/repos/bartaz/impress.js",
"forks_url": "https://api.github.com/repos/bartaz/impress.js/forks",
"keys_url": "https://api.github.com/repos/bartaz/impress.js/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/bartaz/impress.js/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/bartaz/impress.js/teams",
"hooks_url": "https://api.github.com/repos/bartaz/impress.js/hooks",
"issue_events_url": "https://api.github.com/repos/bartaz/impress.js/issues/events{/number}",
"events_url": "https://api.github.com/repos/bartaz/impress.js/events",
"assignees_url": "https://api.github.com/repos/bartaz/impress.js/assignees{/user}",
"branches_url": "https://api.github.com/repos/bartaz/impress.js/branches{/branch}",
"tags_url": "https://api.github.com/repos/bartaz/impress.js/tags",
"blobs_url": "https://api.github.com/repos/bartaz/impress.js/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/bartaz/impress.js/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/bartaz/impress.js/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/bartaz/impress.js/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/bartaz/impress.js/statuses/{sha}",
"languages_url": "https://api.github.com/repos/bartaz/impress.js/languages",
"stargazers_url": "https://api.github.com/repos/bartaz/impress.js/stargazers",
"contributors_url": "https://api.github.com/repos/bartaz/impress.js/contributors",
"subscribers_url": "https://api.github.com/repos/bartaz/impress.js/subscribers",
"subscription_url": "https://api.github.com/repos/bartaz/impress.js/subscription",
"commits_url": "https://api.github.com/repos/bartaz/impress.js/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/bartaz/impress.js/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/bartaz/impress.js/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/bartaz/impress.js/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/bartaz/impress.js/contents/{+path}",
"compare_url": "https://api.github.com/repos/bartaz/impress.js/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/bartaz/impress.js/merges",
"archive_url": "https://api.github.com/repos/bartaz/impress.js/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/bartaz/impress.js/downloads",
"issues_url": "https://api.github.com/repos/bartaz/impress.js/issues{/number}",
"pulls_url": "https://api.github.com/repos/bartaz/impress.js/pulls{/number}",
"milestones_url": "https://api.github.com/repos/bartaz/impress.js/milestones{/number}",
"notifications_url": "https://api.github.com/repos/bartaz/impress.js/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/bartaz/impress.js/labels{/name}",
"created_at": "2011-12-28T22:23:19Z",
"updated_at": "2013-10-16T18:51:11Z",
"pushed_at": "2013-09-17T10:33:44Z",
"git_url": "git://github.com/bartaz/impress.js.git",
"ssh_url": "git@github.com:bartaz/impress.js.git",
"clone_url": "https://github.com/bartaz/impress.js.git",
"svn_url": "https://github.com/bartaz/impress.js",
"homepage": "http://bartaz.github.com/impress.js",
"size": 3687,
"watchers_count": 17977,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 3541,
"mirror_url": null,
"open_issues_count": 104,
"forks": 3541,
"open_issues": 104,
"watchers": 17977,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 3470471,
"name": "Font-Awesome",
"full_name": "FortAwesome/Font-Awesome",
"owner": {
"login": "FortAwesome",
"id": 1505683,
"avatar_url": "https://0.gravatar.com/avatar/75472acd2a4d6c73514bc42ea1a5bfa1?d=https%3A%2F%2Fidenticons.github.com%2F6f2c50b0d86563bbacfba89dd9d1aa0a.png",
"gravatar_id": "75472acd2a4d6c73514bc42ea1a5bfa1",
"url": "https://api.github.com/users/FortAwesome",
"html_url": "https://github.com/FortAwesome",
"followers_url": "https://api.github.com/users/FortAwesome/followers",
"following_url": "https://api.github.com/users/FortAwesome/following{/other_user}",
"gists_url": "https://api.github.com/users/FortAwesome/gists{/gist_id}",
"starred_url": "https://api.github.com/users/FortAwesome/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FortAwesome/subscriptions",
"organizations_url": "https://api.github.com/users/FortAwesome/orgs",
"repos_url": "https://api.github.com/users/FortAwesome/repos",
"events_url": "https://api.github.com/users/FortAwesome/events{/privacy}",
"received_events_url": "https://api.github.com/users/FortAwesome/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/FortAwesome/Font-Awesome",
"description": "The iconic font designed for Bootstrap",
"fork": false,
"url": "https://api.github.com/repos/FortAwesome/Font-Awesome",
"forks_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/forks",
"keys_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/teams",
"hooks_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/hooks",
"issue_events_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/issues/events{/number}",
"events_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/events",
"assignees_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/assignees{/user}",
"branches_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/branches{/branch}",
"tags_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/tags",
"blobs_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/statuses/{sha}",
"languages_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/languages",
"stargazers_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/stargazers",
"contributors_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/contributors",
"subscribers_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/subscribers",
"subscription_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/subscription",
"commits_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/contents/{+path}",
"compare_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/merges",
"archive_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/downloads",
"issues_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/issues{/number}",
"pulls_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/pulls{/number}",
"milestones_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/milestones{/number}",
"notifications_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/FortAwesome/Font-Awesome/labels{/name}",
"created_at": "2012-02-17T14:19:43Z",
"updated_at": "2013-10-16T19:37:35Z",
"pushed_at": "2013-10-16T19:37:24Z",
"git_url": "git://github.com/FortAwesome/Font-Awesome.git",
"ssh_url": "git@github.com:FortAwesome/Font-Awesome.git",
"clone_url": "https://github.com/FortAwesome/Font-Awesome.git",
"svn_url": "https://github.com/FortAwesome/Font-Awesome",
"homepage": "http://fontawesome.io",
"size": 9577,
"watchers_count": 17546,
"language": "CSS",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 2207,
"mirror_url": null,
"open_issues_count": 814,
"forks": 2207,
"open_issues": 814,
"watchers": 17546,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 952189,
"name": "backbone",
"full_name": "jashkenas/backbone",
"owner": {
"login": "jashkenas",
"id": 4732,
"avatar_url": "https://0.gravatar.com/avatar/32652ed5b8fbd2ecdb1c78e9ac567b4b?d=https%3A%2F%2Fidenticons.github.com%2Ffd1d83de2517a02d4e221ede9a681432.png",
"gravatar_id": "32652ed5b8fbd2ecdb1c78e9ac567b4b",
"url": "https://api.github.com/users/jashkenas",
"html_url": "https://github.com/jashkenas",
"followers_url": "https://api.github.com/users/jashkenas/followers",
"following_url": "https://api.github.com/users/jashkenas/following{/other_user}",
"gists_url": "https://api.github.com/users/jashkenas/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jashkenas/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jashkenas/subscriptions",
"organizations_url": "https://api.github.com/users/jashkenas/orgs",
"repos_url": "https://api.github.com/users/jashkenas/repos",
"events_url": "https://api.github.com/users/jashkenas/events{/privacy}",
"received_events_url": "https://api.github.com/users/jashkenas/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/jashkenas/backbone",
"description": "Give your JS App some Backbone with Models, Views, Collections, and Events",
"fork": false,
"url": "https://api.github.com/repos/jashkenas/backbone",
"forks_url": "https://api.github.com/repos/jashkenas/backbone/forks",
"keys_url": "https://api.github.com/repos/jashkenas/backbone/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/jashkenas/backbone/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/jashkenas/backbone/teams",
"hooks_url": "https://api.github.com/repos/jashkenas/backbone/hooks",
"issue_events_url": "https://api.github.com/repos/jashkenas/backbone/issues/events{/number}",
"events_url": "https://api.github.com/repos/jashkenas/backbone/events",
"assignees_url": "https://api.github.com/repos/jashkenas/backbone/assignees{/user}",
"branches_url": "https://api.github.com/repos/jashkenas/backbone/branches{/branch}",
"tags_url": "https://api.github.com/repos/jashkenas/backbone/tags",
"blobs_url": "https://api.github.com/repos/jashkenas/backbone/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/jashkenas/backbone/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/jashkenas/backbone/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/jashkenas/backbone/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/jashkenas/backbone/statuses/{sha}",
"languages_url": "https://api.github.com/repos/jashkenas/backbone/languages",
"stargazers_url": "https://api.github.com/repos/jashkenas/backbone/stargazers",
"contributors_url": "https://api.github.com/repos/jashkenas/backbone/contributors",
"subscribers_url": "https://api.github.com/repos/jashkenas/backbone/subscribers",
"subscription_url": "https://api.github.com/repos/jashkenas/backbone/subscription",
"commits_url": "https://api.github.com/repos/jashkenas/backbone/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/jashkenas/backbone/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/jashkenas/backbone/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/jashkenas/backbone/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/jashkenas/backbone/contents/{+path}",
"compare_url": "https://api.github.com/repos/jashkenas/backbone/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/jashkenas/backbone/merges",
"archive_url": "https://api.github.com/repos/jashkenas/backbone/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/jashkenas/backbone/downloads",
"issues_url": "https://api.github.com/repos/jashkenas/backbone/issues{/number}",
"pulls_url": "https://api.github.com/repos/jashkenas/backbone/pulls{/number}",
"milestones_url": "https://api.github.com/repos/jashkenas/backbone/milestones{/number}",
"notifications_url": "https://api.github.com/repos/jashkenas/backbone/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/jashkenas/backbone/labels{/name}",
"created_at": "2010-09-30T19:41:28Z",
"updated_at": "2013-10-16T19:00:28Z",
"pushed_at": "2013-10-16T10:45:47Z",
"git_url": "git://github.com/jashkenas/backbone.git",
"ssh_url": "git@github.com:jashkenas/backbone.git",
"clone_url": "https://github.com/jashkenas/backbone.git",
"svn_url": "https://github.com/jashkenas/backbone",
"homepage": "http://backbonejs.org",
"size": 49006,
"watchers_count": 15945,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 3338,
"mirror_url": null,
"open_issues_count": 3,
"forks": 3338,
"open_issues": 3,
"watchers": 15945,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 460078,
"name": "angular.js",
"full_name": "angular/angular.js",
"owner": {
"login": "angular",
"id": 139426,
"avatar_url": "https://0.gravatar.com/avatar/f0d91e5cf8ad1ce7972cc486baa20c42?d=https%3A%2F%2Fidenticons.github.com%2Ff3377e1ac5fdd9183c13129960faedd7.png",
"gravatar_id": "f0d91e5cf8ad1ce7972cc486baa20c42",
"url": "https://api.github.com/users/angular",
"html_url": "https://github.com/angular",
"followers_url": "https://api.github.com/users/angular/followers",
"following_url": "https://api.github.com/users/angular/following{/other_user}",
"gists_url": "https://api.github.com/users/angular/gists{/gist_id}",
"starred_url": "https://api.github.com/users/angular/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/angular/subscriptions",
"organizations_url": "https://api.github.com/users/angular/orgs",
"repos_url": "https://api.github.com/users/angular/repos",
"events_url": "https://api.github.com/users/angular/events{/privacy}",
"received_events_url": "https://api.github.com/users/angular/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/angular/angular.js",
"description": "",
"fork": false,
"url": "https://api.github.com/repos/angular/angular.js",
"forks_url": "https://api.github.com/repos/angular/angular.js/forks",
"keys_url": "https://api.github.com/repos/angular/angular.js/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/angular/angular.js/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/angular/angular.js/teams",
"hooks_url": "https://api.github.com/repos/angular/angular.js/hooks",
"issue_events_url": "https://api.github.com/repos/angular/angular.js/issues/events{/number}",
"events_url": "https://api.github.com/repos/angular/angular.js/events",
"assignees_url": "https://api.github.com/repos/angular/angular.js/assignees{/user}",
"branches_url": "https://api.github.com/repos/angular/angular.js/branches{/branch}",
"tags_url": "https://api.github.com/repos/angular/angular.js/tags",
"blobs_url": "https://api.github.com/repos/angular/angular.js/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/angular/angular.js/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/angular/angular.js/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/angular/angular.js/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/angular/angular.js/statuses/{sha}",
"languages_url": "https://api.github.com/repos/angular/angular.js/languages",
"stargazers_url": "https://api.github.com/repos/angular/angular.js/stargazers",
"contributors_url": "https://api.github.com/repos/angular/angular.js/contributors",
"subscribers_url": "https://api.github.com/repos/angular/angular.js/subscribers",
"subscription_url": "https://api.github.com/repos/angular/angular.js/subscription",
"commits_url": "https://api.github.com/repos/angular/angular.js/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/angular/angular.js/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/angular/angular.js/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/angular/angular.js/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/angular/angular.js/contents/{+path}",
"compare_url": "https://api.github.com/repos/angular/angular.js/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/angular/angular.js/merges",
"archive_url": "https://api.github.com/repos/angular/angular.js/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/angular/angular.js/downloads",
"issues_url": "https://api.github.com/repos/angular/angular.js/issues{/number}",
"pulls_url": "https://api.github.com/repos/angular/angular.js/pulls{/number}",
"milestones_url": "https://api.github.com/repos/angular/angular.js/milestones{/number}",
"notifications_url": "https://api.github.com/repos/angular/angular.js/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/angular/angular.js/labels{/name}",
"created_at": "2010-01-06T00:34:37Z",
"updated_at": "2013-10-16T19:17:24Z",
"pushed_at": "2013-10-15T20:46:05Z",
"git_url": "git://github.com/angular/angular.js.git",
"ssh_url": "git@github.com:angular/angular.js.git",
"clone_url": "https://github.com/angular/angular.js.git",
"svn_url": "https://github.com/angular/angular.js",
"homepage": "http://angularjs.org",
"size": 87606,
"watchers_count": 15449,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 4019,
"mirror_url": null,
"open_issues_count": 654,
"forks": 4019,
"open_issues": 654,
"watchers": 15449,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 206084,
"name": "homebrew",
"full_name": "mxcl/homebrew",
"owner": {
"login": "mxcl",
"id": 58962,
"avatar_url": "https://0.gravatar.com/avatar/1510549f9353c9859b7b3c81872df09c?d=https%3A%2F%2Fidenticons.github.com%2Fdbf2a92a3d71fdbdc5b30c3bcf27111e.png",
"gravatar_id": "1510549f9353c9859b7b3c81872df09c",
"url": "https://api.github.com/users/mxcl",
"html_url": "https://github.com/mxcl",
"followers_url": "https://api.github.com/users/mxcl/followers",
"following_url": "https://api.github.com/users/mxcl/following{/other_user}",
"gists_url": "https://api.github.com/users/mxcl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mxcl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mxcl/subscriptions",
"organizations_url": "https://api.github.com/users/mxcl/orgs",
"repos_url": "https://api.github.com/users/mxcl/repos",
"events_url": "https://api.github.com/users/mxcl/events{/privacy}",
"received_events_url": "https://api.github.com/users/mxcl/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/mxcl/homebrew",
"description": "The missing package manager for OS X.",
"fork": false,
"url": "https://api.github.com/repos/mxcl/homebrew",
"forks_url": "https://api.github.com/repos/mxcl/homebrew/forks",
"keys_url": "https://api.github.com/repos/mxcl/homebrew/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/mxcl/homebrew/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/mxcl/homebrew/teams",
"hooks_url": "https://api.github.com/repos/mxcl/homebrew/hooks",
"issue_events_url": "https://api.github.com/repos/mxcl/homebrew/issues/events{/number}",
"events_url": "https://api.github.com/repos/mxcl/homebrew/events",
"assignees_url": "https://api.github.com/repos/mxcl/homebrew/assignees{/user}",
"branches_url": "https://api.github.com/repos/mxcl/homebrew/branches{/branch}",
"tags_url": "https://api.github.com/repos/mxcl/homebrew/tags",
"blobs_url": "https://api.github.com/repos/mxcl/homebrew/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/mxcl/homebrew/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/mxcl/homebrew/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/mxcl/homebrew/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/mxcl/homebrew/statuses/{sha}",
"languages_url": "https://api.github.com/repos/mxcl/homebrew/languages",
"stargazers_url": "https://api.github.com/repos/mxcl/homebrew/stargazers",
"contributors_url": "https://api.github.com/repos/mxcl/homebrew/contributors",
"subscribers_url": "https://api.github.com/repos/mxcl/homebrew/subscribers",
"subscription_url": "https://api.github.com/repos/mxcl/homebrew/subscription",
"commits_url": "https://api.github.com/repos/mxcl/homebrew/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/mxcl/homebrew/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/mxcl/homebrew/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/mxcl/homebrew/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/mxcl/homebrew/contents/{+path}",
"compare_url": "https://api.github.com/repos/mxcl/homebrew/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/mxcl/homebrew/merges",
"archive_url": "https://api.github.com/repos/mxcl/homebrew/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/mxcl/homebrew/downloads",
"issues_url": "https://api.github.com/repos/mxcl/homebrew/issues{/number}",
"pulls_url": "https://api.github.com/repos/mxcl/homebrew/pulls{/number}",
"milestones_url": "https://api.github.com/repos/mxcl/homebrew/milestones{/number}",
"notifications_url": "https://api.github.com/repos/mxcl/homebrew/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/mxcl/homebrew/labels{/name}",
"created_at": "2009-05-20T19:38:37Z",
"updated_at": "2013-10-16T19:01:12Z",
"pushed_at": "2013-10-16T14:16:34Z",
"git_url": "git://github.com/mxcl/homebrew.git",
"ssh_url": "git@github.com:mxcl/homebrew.git",
"clone_url": "https://github.com/mxcl/homebrew.git",
"svn_url": "https://github.com/mxcl/homebrew",
"homepage": "http://brew.sh",
"size": 1016816,
"watchers_count": 14176,
"language": "Ruby",
"has_issues": true,
"has_downloads": false,
"has_wiki": true,
"forks_count": 7108,
"mirror_url": null,
"open_issues_count": 335,
"forks": 7108,
"open_issues": 335,
"watchers": 14176,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 1631024,
"name": "chosen",
"full_name": "harvesthq/chosen",
"owner": {
"login": "harvesthq",
"id": 43635,
"avatar_url": "https://2.gravatar.com/avatar/36fe228546bb36403a5d785b01108b06?d=https%3A%2F%2Fidenticons.github.com%2Fa1fe04acece0fc17268d550d8ef374b2.png",
"gravatar_id": "36fe228546bb36403a5d785b01108b06",
"url": "https://api.github.com/users/harvesthq",
"html_url": "https://github.com/harvesthq",
"followers_url": "https://api.github.com/users/harvesthq/followers",
"following_url": "https://api.github.com/users/harvesthq/following{/other_user}",
"gists_url": "https://api.github.com/users/harvesthq/gists{/gist_id}",
"starred_url": "https://api.github.com/users/harvesthq/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/harvesthq/subscriptions",
"organizations_url": "https://api.github.com/users/harvesthq/orgs",
"repos_url": "https://api.github.com/users/harvesthq/repos",
"events_url": "https://api.github.com/users/harvesthq/events{/privacy}",
"received_events_url": "https://api.github.com/users/harvesthq/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/harvesthq/chosen",
"description": "Chosen is a library for making long, unwieldy select boxes more friendly.",
"fork": false,
"url": "https://api.github.com/repos/harvesthq/chosen",
"forks_url": "https://api.github.com/repos/harvesthq/chosen/forks",
"keys_url": "https://api.github.com/repos/harvesthq/chosen/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/harvesthq/chosen/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/harvesthq/chosen/teams",
"hooks_url": "https://api.github.com/repos/harvesthq/chosen/hooks",
"issue_events_url": "https://api.github.com/repos/harvesthq/chosen/issues/events{/number}",
"events_url": "https://api.github.com/repos/harvesthq/chosen/events",
"assignees_url": "https://api.github.com/repos/harvesthq/chosen/assignees{/user}",
"branches_url": "https://api.github.com/repos/harvesthq/chosen/branches{/branch}",
"tags_url": "https://api.github.com/repos/harvesthq/chosen/tags",
"blobs_url": "https://api.github.com/repos/harvesthq/chosen/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/harvesthq/chosen/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/harvesthq/chosen/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/harvesthq/chosen/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/harvesthq/chosen/statuses/{sha}",
"languages_url": "https://api.github.com/repos/harvesthq/chosen/languages",
"stargazers_url": "https://api.github.com/repos/harvesthq/chosen/stargazers",
"contributors_url": "https://api.github.com/repos/harvesthq/chosen/contributors",
"subscribers_url": "https://api.github.com/repos/harvesthq/chosen/subscribers",
"subscription_url": "https://api.github.com/repos/harvesthq/chosen/subscription",
"commits_url": "https://api.github.com/repos/harvesthq/chosen/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/harvesthq/chosen/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/harvesthq/chosen/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/harvesthq/chosen/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/harvesthq/chosen/contents/{+path}",
"compare_url": "https://api.github.com/repos/harvesthq/chosen/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/harvesthq/chosen/merges",
"archive_url": "https://api.github.com/repos/harvesthq/chosen/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/harvesthq/chosen/downloads",
"issues_url": "https://api.github.com/repos/harvesthq/chosen/issues{/number}",
"pulls_url": "https://api.github.com/repos/harvesthq/chosen/pulls{/number}",
"milestones_url": "https://api.github.com/repos/harvesthq/chosen/milestones{/number}",
"notifications_url": "https://api.github.com/repos/harvesthq/chosen/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/harvesthq/chosen/labels{/name}",
"created_at": "2011-04-18T15:07:41Z",
"updated_at": "2013-10-16T19:38:00Z",
"pushed_at": "2013-10-11T22:52:48Z",
"git_url": "git://github.com/harvesthq/chosen.git",
"ssh_url": "git@github.com:harvesthq/chosen.git",
"clone_url": "https://github.com/harvesthq/chosen.git",
"svn_url": "https://github.com/harvesthq/chosen",
"homepage": "http://harvesthq.github.io/chosen/",
"size": 6951,
"watchers_count": 13744,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": false,
"forks_count": 2524,
"mirror_url": null,
"open_issues_count": 166,
"forks": 2524,
"open_issues": 166,
"watchers": 13744,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 2573058,
"name": "foundation",
"full_name": "zurb/foundation",
"owner": {
"login": "zurb",
"id": 156122,
"avatar_url": "https://2.gravatar.com/avatar/e1bc17659f20ed88fbba10bb7360410e?d=https%3A%2F%2Fidenticons.github.com%2Fb7ee14c9761fd6f23ca1974739441669.png",
"gravatar_id": "e1bc17659f20ed88fbba10bb7360410e",
"url": "https://api.github.com/users/zurb",
"html_url": "https://github.com/zurb",
"followers_url": "https://api.github.com/users/zurb/followers",
"following_url": "https://api.github.com/users/zurb/following{/other_user}",
"gists_url": "https://api.github.com/users/zurb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zurb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zurb/subscriptions",
"organizations_url": "https://api.github.com/users/zurb/orgs",
"repos_url": "https://api.github.com/users/zurb/repos",
"events_url": "https://api.github.com/users/zurb/events{/privacy}",
"received_events_url": "https://api.github.com/users/zurb/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/zurb/foundation",
"description": "The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites and apps that work on any kind of device.",
"fork": false,
"url": "https://api.github.com/repos/zurb/foundation",
"forks_url": "https://api.github.com/repos/zurb/foundation/forks",
"keys_url": "https://api.github.com/repos/zurb/foundation/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/zurb/foundation/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/zurb/foundation/teams",
"hooks_url": "https://api.github.com/repos/zurb/foundation/hooks",
"issue_events_url": "https://api.github.com/repos/zurb/foundation/issues/events{/number}",
"events_url": "https://api.github.com/repos/zurb/foundation/events",
"assignees_url": "https://api.github.com/repos/zurb/foundation/assignees{/user}",
"branches_url": "https://api.github.com/repos/zurb/foundation/branches{/branch}",
"tags_url": "https://api.github.com/repos/zurb/foundation/tags",
"blobs_url": "https://api.github.com/repos/zurb/foundation/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/zurb/foundation/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/zurb/foundation/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/zurb/foundation/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/zurb/foundation/statuses/{sha}",
"languages_url": "https://api.github.com/repos/zurb/foundation/languages",
"stargazers_url": "https://api.github.com/repos/zurb/foundation/stargazers",
"contributors_url": "https://api.github.com/repos/zurb/foundation/contributors",
"subscribers_url": "https://api.github.com/repos/zurb/foundation/subscribers",
"subscription_url": "https://api.github.com/repos/zurb/foundation/subscription",
"commits_url": "https://api.github.com/repos/zurb/foundation/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/zurb/foundation/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/zurb/foundation/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/zurb/foundation/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/zurb/foundation/contents/{+path}",
"compare_url": "https://api.github.com/repos/zurb/foundation/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/zurb/foundation/merges",
"archive_url": "https://api.github.com/repos/zurb/foundation/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/zurb/foundation/downloads",
"issues_url": "https://api.github.com/repos/zurb/foundation/issues{/number}",
"pulls_url": "https://api.github.com/repos/zurb/foundation/pulls{/number}",
"milestones_url": "https://api.github.com/repos/zurb/foundation/milestones{/number}",
"notifications_url": "https://api.github.com/repos/zurb/foundation/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/zurb/foundation/labels{/name}",
"created_at": "2011-10-13T23:05:42Z",
"updated_at": "2013-10-16T19:01:29Z",
"pushed_at": "2013-10-16T17:23:46Z",
"git_url": "git://github.com/zurb/foundation.git",
"ssh_url": "git@github.com:zurb/foundation.git",
"clone_url": "https://github.com/zurb/foundation.git",
"svn_url": "https://github.com/zurb/foundation",
"homepage": "http://foundation.zurb.com",
"size": 50290,
"watchers_count": 13660,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": false,
"forks_count": 2816,
"mirror_url": null,
"open_issues_count": 259,
"forks": 2816,
"open_issues": 259,
"watchers": 13660,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 1129010,
"name": "jQuery-File-Upload",
"full_name": "blueimp/jQuery-File-Upload",
"owner": {
"login": "blueimp",
"id": 244586,
"avatar_url": "https://2.gravatar.com/avatar/188943e53857bfaca6a5cf4328866e5d?d=https%3A%2F%2Fidenticons.github.com%2Fdd5069279e54427380175523930f18da.png",
"gravatar_id": "188943e53857bfaca6a5cf4328866e5d",
"url": "https://api.github.com/users/blueimp",
"html_url": "https://github.com/blueimp",
"followers_url": "https://api.github.com/users/blueimp/followers",
"following_url": "https://api.github.com/users/blueimp/following{/other_user}",
"gists_url": "https://api.github.com/users/blueimp/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blueimp/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blueimp/subscriptions",
"organizations_url": "https://api.github.com/users/blueimp/orgs",
"repos_url": "https://api.github.com/users/blueimp/repos",
"events_url": "https://api.github.com/users/blueimp/events{/privacy}",
"received_events_url": "https://api.github.com/users/blueimp/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/blueimp/jQuery-File-Upload",
"description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",
"fork": false,
"url": "https://api.github.com/repos/blueimp/jQuery-File-Upload",
"forks_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/forks",
"keys_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/teams",
"hooks_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/hooks",
"issue_events_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/issues/events{/number}",
"events_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/events",
"assignees_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/assignees{/user}",
"branches_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/branches{/branch}",
"tags_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/tags",
"blobs_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/statuses/{sha}",
"languages_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/languages",
"stargazers_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/stargazers",
"contributors_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/contributors",
"subscribers_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/subscribers",
"subscription_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/subscription",
"commits_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/contents/{+path}",
"compare_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/merges",
"archive_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/downloads",
"issues_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/issues{/number}",
"pulls_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/pulls{/number}",
"milestones_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/milestones{/number}",
"notifications_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/blueimp/jQuery-File-Upload/labels{/name}",
"created_at": "2010-12-01T15:35:32Z",
"updated_at": "2013-10-16T18:53:56Z",
"pushed_at": "2013-10-14T18:59:00Z",
"git_url": "git://github.com/blueimp/jQuery-File-Upload.git",
"ssh_url": "git@github.com:blueimp/jQuery-File-Upload.git",
"clone_url": "https://github.com/blueimp/jQuery-File-Upload.git",
"svn_url": "https://github.com/blueimp/jQuery-File-Upload",
"homepage": "http://blueimp.github.io/jQuery-File-Upload/",
"size": 23788,
"watchers_count": 13493,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 2932,
"mirror_url": null,
"open_issues_count": 20,
"forks": 2932,
"open_issues": 20,
"watchers": 13493,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 576201,
"name": "three.js",
"full_name": "mrdoob/three.js",
"owner": {
"login": "mrdoob",
"id": 97088,
"avatar_url": "https://2.gravatar.com/avatar/a00211a1e1aa4fe920302e7b76da0d91?d=https%3A%2F%2Fidenticons.github.com%2F209b8bb02039b028bead69c32ac9f5c0.png",
"gravatar_id": "a00211a1e1aa4fe920302e7b76da0d91",
"url": "https://api.github.com/users/mrdoob",
"html_url": "https://github.com/mrdoob",
"followers_url": "https://api.github.com/users/mrdoob/followers",
"following_url": "https://api.github.com/users/mrdoob/following{/other_user}",
"gists_url": "https://api.github.com/users/mrdoob/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mrdoob/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrdoob/subscriptions",
"organizations_url": "https://api.github.com/users/mrdoob/orgs",
"repos_url": "https://api.github.com/users/mrdoob/repos",
"events_url": "https://api.github.com/users/mrdoob/events{/privacy}",
"received_events_url": "https://api.github.com/users/mrdoob/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/mrdoob/three.js",
"description": "JavaScript 3D library.",
"fork": false,
"url": "https://api.github.com/repos/mrdoob/three.js",
"forks_url": "https://api.github.com/repos/mrdoob/three.js/forks",
"keys_url": "https://api.github.com/repos/mrdoob/three.js/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/mrdoob/three.js/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/mrdoob/three.js/teams",
"hooks_url": "https://api.github.com/repos/mrdoob/three.js/hooks",
"issue_events_url": "https://api.github.com/repos/mrdoob/three.js/issues/events{/number}",
"events_url": "https://api.github.com/repos/mrdoob/three.js/events",
"assignees_url": "https://api.github.com/repos/mrdoob/three.js/assignees{/user}",
"branches_url": "https://api.github.com/repos/mrdoob/three.js/branches{/branch}",
"tags_url": "https://api.github.com/repos/mrdoob/three.js/tags",
"blobs_url": "https://api.github.com/repos/mrdoob/three.js/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/mrdoob/three.js/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/mrdoob/three.js/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/mrdoob/three.js/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/mrdoob/three.js/statuses/{sha}",
"languages_url": "https://api.github.com/repos/mrdoob/three.js/languages",
"stargazers_url": "https://api.github.com/repos/mrdoob/three.js/stargazers",
"contributors_url": "https://api.github.com/repos/mrdoob/three.js/contributors",
"subscribers_url": "https://api.github.com/repos/mrdoob/three.js/subscribers",
"subscription_url": "https://api.github.com/repos/mrdoob/three.js/subscription",
"commits_url": "https://api.github.com/repos/mrdoob/three.js/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/mrdoob/three.js/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/mrdoob/three.js/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/mrdoob/three.js/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/mrdoob/three.js/contents/{+path}",
"compare_url": "https://api.github.com/repos/mrdoob/three.js/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/mrdoob/three.js/merges",
"archive_url": "https://api.github.com/repos/mrdoob/three.js/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/mrdoob/three.js/downloads",
"issues_url": "https://api.github.com/repos/mrdoob/three.js/issues{/number}",
"pulls_url": "https://api.github.com/repos/mrdoob/three.js/pulls{/number}",
"milestones_url": "https://api.github.com/repos/mrdoob/three.js/milestones{/number}",
"notifications_url": "https://api.github.com/repos/mrdoob/three.js/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/mrdoob/three.js/labels{/name}",
"created_at": "2010-03-23T18:58:01Z",
"updated_at": "2013-10-16T18:36:13Z",
"pushed_at": "2013-10-14T19:55:44Z",
"git_url": "git://github.com/mrdoob/three.js.git",
"ssh_url": "git@github.com:mrdoob/three.js.git",
"clone_url": "https://github.com/mrdoob/three.js.git",
"svn_url": "https://github.com/mrdoob/three.js",
"homepage": "http://threejs.org/",
"size": 229640,
"watchers_count": 13071,
"language": "JavaScript",
"has_issues": true,
"has_downloads": false,
"has_wiki": true,
"forks_count": 2969,
"mirror_url": null,
"open_issues_count": 398,
"forks": 2969,
"open_issues": 398,
"watchers": 13071,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 65252,
"name": "jekyll",
"full_name": "mojombo/jekyll",
"owner": {
"login": "mojombo",
"id": 1,
"avatar_url": "https://2.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b?d=https%3A%2F%2Fidenticons.github.com%2Fc4ca4238a0b923820dcc509a6f75849b.png",
"gravatar_id": "25c7c18223fb42a4c6ae1c8db6f50f9b",
"url": "https://api.github.com/users/mojombo",
"html_url": "https://github.com/mojombo",
"followers_url": "https://api.github.com/users/mojombo/followers",
"following_url": "https://api.github.com/users/mojombo/following{/other_user}",
"gists_url": "https://api.github.com/users/mojombo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mojombo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mojombo/subscriptions",
"organizations_url": "https://api.github.com/users/mojombo/orgs",
"repos_url": "https://api.github.com/users/mojombo/repos",
"events_url": "https://api.github.com/users/mojombo/events{/privacy}",
"received_events_url": "https://api.github.com/users/mojombo/received_events",
"type": "User",
"site_admin": true
},
"private": false,
"html_url": "https://github.com/mojombo/jekyll",
"description": "Jekyll is a blog-aware, static site generator in Ruby",
"fork": false,
"url": "https://api.github.com/repos/mojombo/jekyll",
"forks_url": "https://api.github.com/repos/mojombo/jekyll/forks",
"keys_url": "https://api.github.com/repos/mojombo/jekyll/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/mojombo/jekyll/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/mojombo/jekyll/teams",
"hooks_url": "https://api.github.com/repos/mojombo/jekyll/hooks",
"issue_events_url": "https://api.github.com/repos/mojombo/jekyll/issues/events{/number}",
"events_url": "https://api.github.com/repos/mojombo/jekyll/events",
"assignees_url": "https://api.github.com/repos/mojombo/jekyll/assignees{/user}",
"branches_url": "https://api.github.com/repos/mojombo/jekyll/branches{/branch}",
"tags_url": "https://api.github.com/repos/mojombo/jekyll/tags",
"blobs_url": "https://api.github.com/repos/mojombo/jekyll/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/mojombo/jekyll/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/mojombo/jekyll/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/mojombo/jekyll/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/mojombo/jekyll/statuses/{sha}",
"languages_url": "https://api.github.com/repos/mojombo/jekyll/languages",
"stargazers_url": "https://api.github.com/repos/mojombo/jekyll/stargazers",
"contributors_url": "https://api.github.com/repos/mojombo/jekyll/contributors",
"subscribers_url": "https://api.github.com/repos/mojombo/jekyll/subscribers",
"subscription_url": "https://api.github.com/repos/mojombo/jekyll/subscription",
"commits_url": "https://api.github.com/repos/mojombo/jekyll/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/mojombo/jekyll/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/mojombo/jekyll/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/mojombo/jekyll/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/mojombo/jekyll/contents/{+path}",
"compare_url": "https://api.github.com/repos/mojombo/jekyll/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/mojombo/jekyll/merges",
"archive_url": "https://api.github.com/repos/mojombo/jekyll/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/mojombo/jekyll/downloads",
"issues_url": "https://api.github.com/repos/mojombo/jekyll/issues{/number}",
"pulls_url": "https://api.github.com/repos/mojombo/jekyll/pulls{/number}",
"milestones_url": "https://api.github.com/repos/mojombo/jekyll/milestones{/number}",
"notifications_url": "https://api.github.com/repos/mojombo/jekyll/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/mojombo/jekyll/labels{/name}",
"created_at": "2008-10-20T06:29:03Z",
"updated_at": "2013-10-16T18:51:31Z",
"pushed_at": "2013-10-16T15:53:02Z",
"git_url": "git://github.com/mojombo/jekyll.git",
"ssh_url": "git@github.com:mojombo/jekyll.git",
"clone_url": "https://github.com/mojombo/jekyll.git",
"svn_url": "https://github.com/mojombo/jekyll",
"homepage": "http://jekyllrb.com",
"size": 50493,
"watchers_count": 12671,
"language": "Ruby",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 2363,
"mirror_url": null,
"open_issues_count": 109,
"forks": 2363,
"open_issues": 109,
"watchers": 12671,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 2935735,
"name": "brackets",
"full_name": "adobe/brackets",
"owner": {
"login": "adobe",
"id": 476009,
"avatar_url": "https://2.gravatar.com/avatar/cc40327f6f93a7b75207a152962d8dbe?d=https%3A%2F%2Fidenticons.github.com%2Fb388f007cd411941d8225ac4d11766a3.png",
"gravatar_id": "cc40327f6f93a7b75207a152962d8dbe",
"url": "https://api.github.com/users/adobe",
"html_url": "https://github.com/adobe",
"followers_url": "https://api.github.com/users/adobe/followers",
"following_url": "https://api.github.com/users/adobe/following{/other_user}",
"gists_url": "https://api.github.com/users/adobe/gists{/gist_id}",
"starred_url": "https://api.github.com/users/adobe/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/adobe/subscriptions",
"organizations_url": "https://api.github.com/users/adobe/orgs",
"repos_url": "https://api.github.com/users/adobe/repos",
"events_url": "https://api.github.com/users/adobe/events{/privacy}",
"received_events_url": "https://api.github.com/users/adobe/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/adobe/brackets",
"description": "An open source code editor for the web, written in JavaScript, HTML and CSS.",
"fork": false,
"url": "https://api.github.com/repos/adobe/brackets",
"forks_url": "https://api.github.com/repos/adobe/brackets/forks",
"keys_url": "https://api.github.com/repos/adobe/brackets/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/adobe/brackets/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/adobe/brackets/teams",
"hooks_url": "https://api.github.com/repos/adobe/brackets/hooks",
"issue_events_url": "https://api.github.com/repos/adobe/brackets/issues/events{/number}",
"events_url": "https://api.github.com/repos/adobe/brackets/events",
"assignees_url": "https://api.github.com/repos/adobe/brackets/assignees{/user}",
"branches_url": "https://api.github.com/repos/adobe/brackets/branches{/branch}",
"tags_url": "https://api.github.com/repos/adobe/brackets/tags",
"blobs_url": "https://api.github.com/repos/adobe/brackets/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/adobe/brackets/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/adobe/brackets/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/adobe/brackets/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/adobe/brackets/statuses/{sha}",
"languages_url": "https://api.github.com/repos/adobe/brackets/languages",
"stargazers_url": "https://api.github.com/repos/adobe/brackets/stargazers",
"contributors_url": "https://api.github.com/repos/adobe/brackets/contributors",
"subscribers_url": "https://api.github.com/repos/adobe/brackets/subscribers",
"subscription_url": "https://api.github.com/repos/adobe/brackets/subscription",
"commits_url": "https://api.github.com/repos/adobe/brackets/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/adobe/brackets/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/adobe/brackets/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/adobe/brackets/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/adobe/brackets/contents/{+path}",
"compare_url": "https://api.github.com/repos/adobe/brackets/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/adobe/brackets/merges",
"archive_url": "https://api.github.com/repos/adobe/brackets/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/adobe/brackets/downloads",
"issues_url": "https://api.github.com/repos/adobe/brackets/issues{/number}",
"pulls_url": "https://api.github.com/repos/adobe/brackets/pulls{/number}",
"milestones_url": "https://api.github.com/repos/adobe/brackets/milestones{/number}",
"notifications_url": "https://api.github.com/repos/adobe/brackets/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/adobe/brackets/labels{/name}",
"created_at": "2011-12-07T21:14:40Z",
"updated_at": "2013-10-16T19:22:25Z",
"pushed_at": "2013-10-16T19:22:10Z",
"git_url": "git://github.com/adobe/brackets.git",
"ssh_url": "git@github.com:adobe/brackets.git",
"clone_url": "https://github.com/adobe/brackets.git",
"svn_url": "https://github.com/adobe/brackets",
"homepage": "http://brackets.io",
"size": 160998,
"watchers_count": 12660,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 2528,
"mirror_url": null,
"open_issues_count": 538,
"forks": 2528,
"open_issues": 538,
"watchers": 12660,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 291137,
"name": "oh-my-zsh",
"full_name": "robbyrussell/oh-my-zsh",
"owner": {
"login": "robbyrussell",
"id": 257,
"avatar_url": "https://2.gravatar.com/avatar/a82ba1167f4d4a8d1de63820e576a87f?d=https%3A%2F%2Fidenticons.github.com%2Fd96409bf894217686ba124d7356686c9.png",
"gravatar_id": "a82ba1167f4d4a8d1de63820e576a87f",
"url": "https://api.github.com/users/robbyrussell",
"html_url": "https://github.com/robbyrussell",
"followers_url": "https://api.github.com/users/robbyrussell/followers",
"following_url": "https://api.github.com/users/robbyrussell/following{/other_user}",
"gists_url": "https://api.github.com/users/robbyrussell/gists{/gist_id}",
"starred_url": "https://api.github.com/users/robbyrussell/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/robbyrussell/subscriptions",
"organizations_url": "https://api.github.com/users/robbyrussell/orgs",
"repos_url": "https://api.github.com/users/robbyrussell/repos",
"events_url": "https://api.github.com/users/robbyrussell/events{/privacy}",
"received_events_url": "https://api.github.com/users/robbyrussell/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/robbyrussell/oh-my-zsh",
"description": "A community-driven framework for managing your zsh configuration. Includes 120+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.",
"fork": false,
"url": "https://api.github.com/repos/robbyrussell/oh-my-zsh",
"forks_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/forks",
"keys_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/teams",
"hooks_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/hooks",
"issue_events_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/issues/events{/number}",
"events_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/events",
"assignees_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/assignees{/user}",
"branches_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/branches{/branch}",
"tags_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/tags",
"blobs_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/statuses/{sha}",
"languages_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/languages",
"stargazers_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/stargazers",
"contributors_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/contributors",
"subscribers_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/subscribers",
"subscription_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/subscription",
"commits_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/contents/{+path}",
"compare_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/merges",
"archive_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/downloads",
"issues_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/issues{/number}",
"pulls_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/pulls{/number}",
"milestones_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/milestones{/number}",
"notifications_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/robbyrussell/oh-my-zsh/labels{/name}",
"created_at": "2009-08-28T18:15:37Z",
"updated_at": "2013-10-16T19:33:14Z",
"pushed_at": "2013-10-09T02:26:28Z",
"git_url": "git://github.com/robbyrussell/oh-my-zsh.git",
"ssh_url": "git@github.com:robbyrussell/oh-my-zsh.git",
"clone_url": "https://github.com/robbyrussell/oh-my-zsh.git",
"svn_url": "https://github.com/robbyrussell/oh-my-zsh",
"homepage": "http://twitter.com/ohmyzsh",
"size": 11744,
"watchers_count": 12383,
"language": "Shell",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 4542,
"mirror_url": null,
"open_issues_count": 807,
"forks": 4542,
"open_issues": 807,
"watchers": 12383,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 1062897,
"name": "gitignore",
"full_name": "github/gitignore",
"owner": {
"login": "github",
"id": 9919,
"avatar_url": "https://2.gravatar.com/avatar/61024896f291303615bcd4f7a0dcfb74?d=https%3A%2F%2Fidenticons.github.com%2Fae816a80e4c1c56caa2eb4e1819cbb2f.png",
"gravatar_id": "61024896f291303615bcd4f7a0dcfb74",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/github/gitignore",
"description": "A collection of useful .gitignore templates",
"fork": false,
"url": "https://api.github.com/repos/github/gitignore",
"forks_url": "https://api.github.com/repos/github/gitignore/forks",
"keys_url": "https://api.github.com/repos/github/gitignore/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/github/gitignore/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/github/gitignore/teams",
"hooks_url": "https://api.github.com/repos/github/gitignore/hooks",
"issue_events_url": "https://api.github.com/repos/github/gitignore/issues/events{/number}",
"events_url": "https://api.github.com/repos/github/gitignore/events",
"assignees_url": "https://api.github.com/repos/github/gitignore/assignees{/user}",
"branches_url": "https://api.github.com/repos/github/gitignore/branches{/branch}",
"tags_url": "https://api.github.com/repos/github/gitignore/tags",
"blobs_url": "https://api.github.com/repos/github/gitignore/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/github/gitignore/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/github/gitignore/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/github/gitignore/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/github/gitignore/statuses/{sha}",
"languages_url": "https://api.github.com/repos/github/gitignore/languages",
"stargazers_url": "https://api.github.com/repos/github/gitignore/stargazers",
"contributors_url": "https://api.github.com/repos/github/gitignore/contributors",
"subscribers_url": "https://api.github.com/repos/github/gitignore/subscribers",
"subscription_url": "https://api.github.com/repos/github/gitignore/subscription",
"commits_url": "https://api.github.com/repos/github/gitignore/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/github/gitignore/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/github/gitignore/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/github/gitignore/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/github/gitignore/contents/{+path}",
"compare_url": "https://api.github.com/repos/github/gitignore/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/github/gitignore/merges",
"archive_url": "https://api.github.com/repos/github/gitignore/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/github/gitignore/downloads",
"issues_url": "https://api.github.com/repos/github/gitignore/issues{/number}",
"pulls_url": "https://api.github.com/repos/github/gitignore/pulls{/number}",
"milestones_url": "https://api.github.com/repos/github/gitignore/milestones{/number}",
"notifications_url": "https://api.github.com/repos/github/gitignore/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/github/gitignore/labels{/name}",
"created_at": "2010-11-08T20:17:14Z",
"updated_at": "2013-10-16T19:01:32Z",
"pushed_at": "2013-10-08T07:08:16Z",
"git_url": "git://github.com/github/gitignore.git",
"ssh_url": "git@github.com:github/gitignore.git",
"clone_url": "https://github.com/github/gitignore.git",
"svn_url": "https://github.com/github/gitignore",
"homepage": "",
"size": 1215,
"watchers_count": 12137,
"language": null,
"has_issues": false,
"has_downloads": true,
"has_wiki": false,
"forks_count": 3657,
"mirror_url": null,
"open_issues_count": 364,
"forks": 3657,
"open_issues": 364,
"watchers": 12137,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 1861458,
"name": "reveal.js",
"full_name": "hakimel/reveal.js",
"owner": {
"login": "hakimel",
"id": 629429,
"avatar_url": "https://1.gravatar.com/avatar/669d1a520df32153f9793e33c3905476?d=https%3A%2F%2Fidenticons.github.com%2F267ed8b9950bd1a417088a2af34bbeb3.png",
"gravatar_id": "669d1a520df32153f9793e33c3905476",
"url": "https://api.github.com/users/hakimel",
"html_url": "https://github.com/hakimel",
"followers_url": "https://api.github.com/users/hakimel/followers",
"following_url": "https://api.github.com/users/hakimel/following{/other_user}",
"gists_url": "https://api.github.com/users/hakimel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hakimel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hakimel/subscriptions",
"organizations_url": "https://api.github.com/users/hakimel/orgs",
"repos_url": "https://api.github.com/users/hakimel/repos",
"events_url": "https://api.github.com/users/hakimel/events{/privacy}",
"received_events_url": "https://api.github.com/users/hakimel/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/hakimel/reveal.js",
"description": "The HTML Presentation Framework",
"fork": false,
"url": "https://api.github.com/repos/hakimel/reveal.js",
"forks_url": "https://api.github.com/repos/hakimel/reveal.js/forks",
"keys_url": "https://api.github.com/repos/hakimel/reveal.js/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/hakimel/reveal.js/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/hakimel/reveal.js/teams",
"hooks_url": "https://api.github.com/repos/hakimel/reveal.js/hooks",
"issue_events_url": "https://api.github.com/repos/hakimel/reveal.js/issues/events{/number}",
"events_url": "https://api.github.com/repos/hakimel/reveal.js/events",
"assignees_url": "https://api.github.com/repos/hakimel/reveal.js/assignees{/user}",
"branches_url": "https://api.github.com/repos/hakimel/reveal.js/branches{/branch}",
"tags_url": "https://api.github.com/repos/hakimel/reveal.js/tags",
"blobs_url": "https://api.github.com/repos/hakimel/reveal.js/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/hakimel/reveal.js/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/hakimel/reveal.js/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/hakimel/reveal.js/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/hakimel/reveal.js/statuses/{sha}",
"languages_url": "https://api.github.com/repos/hakimel/reveal.js/languages",
"stargazers_url": "https://api.github.com/repos/hakimel/reveal.js/stargazers",
"contributors_url": "https://api.github.com/repos/hakimel/reveal.js/contributors",
"subscribers_url": "https://api.github.com/repos/hakimel/reveal.js/subscribers",
"subscription_url": "https://api.github.com/repos/hakimel/reveal.js/subscription",
"commits_url": "https://api.github.com/repos/hakimel/reveal.js/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/hakimel/reveal.js/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/hakimel/reveal.js/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/hakimel/reveal.js/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/hakimel/reveal.js/contents/{+path}",
"compare_url": "https://api.github.com/repos/hakimel/reveal.js/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/hakimel/reveal.js/merges",
"archive_url": "https://api.github.com/repos/hakimel/reveal.js/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/hakimel/reveal.js/downloads",
"issues_url": "https://api.github.com/repos/hakimel/reveal.js/issues{/number}",
"pulls_url": "https://api.github.com/repos/hakimel/reveal.js/pulls{/number}",
"milestones_url": "https://api.github.com/repos/hakimel/reveal.js/milestones{/number}",
"notifications_url": "https://api.github.com/repos/hakimel/reveal.js/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/hakimel/reveal.js/labels{/name}",
"created_at": "2011-06-07T18:54:22Z",
"updated_at": "2013-10-16T19:36:01Z",
"pushed_at": "2013-10-13T21:14:26Z",
"git_url": "git://github.com/hakimel/reveal.js.git",
"ssh_url": "git@github.com:hakimel/reveal.js.git",
"clone_url": "https://github.com/hakimel/reveal.js.git",
"svn_url": "https://github.com/hakimel/reveal.js",
"homepage": "http://lab.hakim.se/reveal-js/",
"size": 11521,
"watchers_count": 11386,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 3057,
"mirror_url": null,
"open_issues_count": 36,
"forks": 3057,
"open_issues": 36,
"watchers": 11386,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 1424470,
"name": "moment",
"full_name": "moment/moment",
"owner": {
"login": "moment",
"id": 4129662,
"avatar_url": "https://2.gravatar.com/avatar/dd6873e576c9b5afa3000fe812648d0a?d=https%3A%2F%2Fidenticons.github.com%2F1931495cdab47bc4e509d3d89641b871.png",
"gravatar_id": "dd6873e576c9b5afa3000fe812648d0a",
"url": "https://api.github.com/users/moment",
"html_url": "https://github.com/moment",
"followers_url": "https://api.github.com/users/moment/followers",
"following_url": "https://api.github.com/users/moment/following{/other_user}",
"gists_url": "https://api.github.com/users/moment/gists{/gist_id}",
"starred_url": "https://api.github.com/users/moment/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/moment/subscriptions",
"organizations_url": "https://api.github.com/users/moment/orgs",
"repos_url": "https://api.github.com/users/moment/repos",
"events_url": "https://api.github.com/users/moment/events{/privacy}",
"received_events_url": "https://api.github.com/users/moment/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/moment/moment",
"description": "Parse, validate, manipulate, and display dates in javascript.",
"fork": false,
"url": "https://api.github.com/repos/moment/moment",
"forks_url": "https://api.github.com/repos/moment/moment/forks",
"keys_url": "https://api.github.com/repos/moment/moment/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/moment/moment/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/moment/moment/teams",
"hooks_url": "https://api.github.com/repos/moment/moment/hooks",
"issue_events_url": "https://api.github.com/repos/moment/moment/issues/events{/number}",
"events_url": "https://api.github.com/repos/moment/moment/events",
"assignees_url": "https://api.github.com/repos/moment/moment/assignees{/user}",
"branches_url": "https://api.github.com/repos/moment/moment/branches{/branch}",
"tags_url": "https://api.github.com/repos/moment/moment/tags",
"blobs_url": "https://api.github.com/repos/moment/moment/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/moment/moment/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/moment/moment/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/moment/moment/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/moment/moment/statuses/{sha}",
"languages_url": "https://api.github.com/repos/moment/moment/languages",
"stargazers_url": "https://api.github.com/repos/moment/moment/stargazers",
"contributors_url": "https://api.github.com/repos/moment/moment/contributors",
"subscribers_url": "https://api.github.com/repos/moment/moment/subscribers",
"subscription_url": "https://api.github.com/repos/moment/moment/subscription",
"commits_url": "https://api.github.com/repos/moment/moment/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/moment/moment/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/moment/moment/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/moment/moment/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/moment/moment/contents/{+path}",
"compare_url": "https://api.github.com/repos/moment/moment/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/moment/moment/merges",
"archive_url": "https://api.github.com/repos/moment/moment/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/moment/moment/downloads",
"issues_url": "https://api.github.com/repos/moment/moment/issues{/number}",
"pulls_url": "https://api.github.com/repos/moment/moment/pulls{/number}",
"milestones_url": "https://api.github.com/repos/moment/moment/milestones{/number}",
"notifications_url": "https://api.github.com/repos/moment/moment/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/moment/moment/labels{/name}",
"created_at": "2011-03-01T02:46:06Z",
"updated_at": "2013-10-16T19:38:46Z",
"pushed_at": "2013-10-15T04:24:46Z",
"git_url": "git://github.com/moment/moment.git",
"ssh_url": "git@github.com:moment/moment.git",
"clone_url": "https://github.com/moment/moment.git",
"svn_url": "https://github.com/moment/moment",
"homepage": "momentjs.com",
"size": 6618,
"watchers_count": 11058,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": false,
"forks_count": 1060,
"mirror_url": null,
"open_issues_count": 40,
"forks": 1060,
"open_issues": 40,
"watchers": 11058,
"master_branch": "develop",
"default_branch": "develop",
"score": 1.0
},
{
"id": 237159,
"name": "express",
"full_name": "visionmedia/express",
"owner": {
"login": "visionmedia",
"id": 25254,
"avatar_url": "https://1.gravatar.com/avatar/f1e3ab214a976a39cfd713bc93deb10f?d=https%3A%2F%2Fidenticons.github.com%2F596676c0468e1aa77be2d247aa42455e.png",
"gravatar_id": "f1e3ab214a976a39cfd713bc93deb10f",
"url": "https://api.github.com/users/visionmedia",
"html_url": "https://github.com/visionmedia",
"followers_url": "https://api.github.com/users/visionmedia/followers",
"following_url": "https://api.github.com/users/visionmedia/following{/other_user}",
"gists_url": "https://api.github.com/users/visionmedia/gists{/gist_id}",
"starred_url": "https://api.github.com/users/visionmedia/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/visionmedia/subscriptions",
"organizations_url": "https://api.github.com/users/visionmedia/orgs",
"repos_url": "https://api.github.com/users/visionmedia/repos",
"events_url": "https://api.github.com/users/visionmedia/events{/privacy}",
"received_events_url": "https://api.github.com/users/visionmedia/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/visionmedia/express",
"description": "Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple",
"fork": false,
"url": "https://api.github.com/repos/visionmedia/express",
"forks_url": "https://api.github.com/repos/visionmedia/express/forks",
"keys_url": "https://api.github.com/repos/visionmedia/express/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/visionmedia/express/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/visionmedia/express/teams",
"hooks_url": "https://api.github.com/repos/visionmedia/express/hooks",
"issue_events_url": "https://api.github.com/repos/visionmedia/express/issues/events{/number}",
"events_url": "https://api.github.com/repos/visionmedia/express/events",
"assignees_url": "https://api.github.com/repos/visionmedia/express/assignees{/user}",
"branches_url": "https://api.github.com/repos/visionmedia/express/branches{/branch}",
"tags_url": "https://api.github.com/repos/visionmedia/express/tags",
"blobs_url": "https://api.github.com/repos/visionmedia/express/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/visionmedia/express/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/visionmedia/express/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/visionmedia/express/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/visionmedia/express/statuses/{sha}",
"languages_url": "https://api.github.com/repos/visionmedia/express/languages",
"stargazers_url": "https://api.github.com/repos/visionmedia/express/stargazers",
"contributors_url": "https://api.github.com/repos/visionmedia/express/contributors",
"subscribers_url": "https://api.github.com/repos/visionmedia/express/subscribers",
"subscription_url": "https://api.github.com/repos/visionmedia/express/subscription",
"commits_url": "https://api.github.com/repos/visionmedia/express/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/visionmedia/express/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/visionmedia/express/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/visionmedia/express/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/visionmedia/express/contents/{+path}",
"compare_url": "https://api.github.com/repos/visionmedia/express/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/visionmedia/express/merges",
"archive_url": "https://api.github.com/repos/visionmedia/express/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/visionmedia/express/downloads",
"issues_url": "https://api.github.com/repos/visionmedia/express/issues{/number}",
"pulls_url": "https://api.github.com/repos/visionmedia/express/pulls{/number}",
"milestones_url": "https://api.github.com/repos/visionmedia/express/milestones{/number}",
"notifications_url": "https://api.github.com/repos/visionmedia/express/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/visionmedia/express/labels{/name}",
"created_at": "2009-06-26T18:56:01Z",
"updated_at": "2013-10-16T19:11:29Z",
"pushed_at": "2013-10-16T01:34:27Z",
"git_url": "git://github.com/visionmedia/express.git",
"ssh_url": "git@github.com:visionmedia/express.git",
"clone_url": "https://github.com/visionmedia/express.git",
"svn_url": "https://github.com/visionmedia/express",
"homepage": "http://expressjs.com",
"size": 16906,
"watchers_count": 10945,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 1816,
"mirror_url": null,
"open_issues_count": 43,
"forks": 1816,
"open_issues": 43,
"watchers": 10945,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 2500088,
"name": "gitlabhq",
"full_name": "gitlabhq/gitlabhq",
"owner": {
"login": "gitlabhq",
"id": 1086321,
"avatar_url": "https://0.gravatar.com/avatar/95b7f387358639ec09184a76151bc690?d=https%3A%2F%2Fidenticons.github.com%2F2152b6c9b5df967a335e2d2bf80e7d95.png",
"gravatar_id": "95b7f387358639ec09184a76151bc690",
"url": "https://api.github.com/users/gitlabhq",
"html_url": "https://github.com/gitlabhq",
"followers_url": "https://api.github.com/users/gitlabhq/followers",
"following_url": "https://api.github.com/users/gitlabhq/following{/other_user}",
"gists_url": "https://api.github.com/users/gitlabhq/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gitlabhq/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gitlabhq/subscriptions",
"organizations_url": "https://api.github.com/users/gitlabhq/orgs",
"repos_url": "https://api.github.com/users/gitlabhq/repos",
"events_url": "https://api.github.com/users/gitlabhq/events{/privacy}",
"received_events_url": "https://api.github.com/users/gitlabhq/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/gitlabhq/gitlabhq",
"description": "Project management and code hosting application. Follow us on twitter @gitlabhq",
"fork": false,
"url": "https://api.github.com/repos/gitlabhq/gitlabhq",
"forks_url": "https://api.github.com/repos/gitlabhq/gitlabhq/forks",
"keys_url": "https://api.github.com/repos/gitlabhq/gitlabhq/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/gitlabhq/gitlabhq/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/gitlabhq/gitlabhq/teams",
"hooks_url": "https://api.github.com/repos/gitlabhq/gitlabhq/hooks",
"issue_events_url": "https://api.github.com/repos/gitlabhq/gitlabhq/issues/events{/number}",
"events_url": "https://api.github.com/repos/gitlabhq/gitlabhq/events",
"assignees_url": "https://api.github.com/repos/gitlabhq/gitlabhq/assignees{/user}",
"branches_url": "https://api.github.com/repos/gitlabhq/gitlabhq/branches{/branch}",
"tags_url": "https://api.github.com/repos/gitlabhq/gitlabhq/tags",
"blobs_url": "https://api.github.com/repos/gitlabhq/gitlabhq/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/gitlabhq/gitlabhq/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/gitlabhq/gitlabhq/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/gitlabhq/gitlabhq/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/gitlabhq/gitlabhq/statuses/{sha}",
"languages_url": "https://api.github.com/repos/gitlabhq/gitlabhq/languages",
"stargazers_url": "https://api.github.com/repos/gitlabhq/gitlabhq/stargazers",
"contributors_url": "https://api.github.com/repos/gitlabhq/gitlabhq/contributors",
"subscribers_url": "https://api.github.com/repos/gitlabhq/gitlabhq/subscribers",
"subscription_url": "https://api.github.com/repos/gitlabhq/gitlabhq/subscription",
"commits_url": "https://api.github.com/repos/gitlabhq/gitlabhq/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/gitlabhq/gitlabhq/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/gitlabhq/gitlabhq/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/gitlabhq/gitlabhq/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/gitlabhq/gitlabhq/contents/{+path}",
"compare_url": "https://api.github.com/repos/gitlabhq/gitlabhq/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/gitlabhq/gitlabhq/merges",
"archive_url": "https://api.github.com/repos/gitlabhq/gitlabhq/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/gitlabhq/gitlabhq/downloads",
"issues_url": "https://api.github.com/repos/gitlabhq/gitlabhq/issues{/number}",
"pulls_url": "https://api.github.com/repos/gitlabhq/gitlabhq/pulls{/number}",
"milestones_url": "https://api.github.com/repos/gitlabhq/gitlabhq/milestones{/number}",
"notifications_url": "https://api.github.com/repos/gitlabhq/gitlabhq/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/gitlabhq/gitlabhq/labels{/name}",
"created_at": "2011-10-02T16:25:27Z",
"updated_at": "2013-10-16T19:41:51Z",
"pushed_at": "2013-10-16T17:49:08Z",
"git_url": "git://github.com/gitlabhq/gitlabhq.git",
"ssh_url": "git@github.com:gitlabhq/gitlabhq.git",
"clone_url": "https://github.com/gitlabhq/gitlabhq.git",
"svn_url": "https://github.com/gitlabhq/gitlabhq",
"homepage": "gitlab.org",
"size": 59876,
"watchers_count": 10704,
"language": "Ruby",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 2563,
"mirror_url": null,
"open_issues_count": 429,
"forks": 2563,
"open_issues": 429,
"watchers": 10704,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 2325298,
"name": "linux",
"full_name": "torvalds/linux",
"owner": {
"login": "torvalds",
"id": 1024025,
"avatar_url": "https://2.gravatar.com/avatar/fb47627bc8c0bcdb36321edfbf02e916?d=https%3A%2F%2Fidenticons.github.com%2F53c1a7e0d8a715fc44fff5aa512db9c3.png",
"gravatar_id": "fb47627bc8c0bcdb36321edfbf02e916",
"url": "https://api.github.com/users/torvalds",
"html_url": "https://github.com/torvalds",
"followers_url": "https://api.github.com/users/torvalds/followers",
"following_url": "https://api.github.com/users/torvalds/following{/other_user}",
"gists_url": "https://api.github.com/users/torvalds/gists{/gist_id}",
"starred_url": "https://api.github.com/users/torvalds/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/torvalds/subscriptions",
"organizations_url": "https://api.github.com/users/torvalds/orgs",
"repos_url": "https://api.github.com/users/torvalds/repos",
"events_url": "https://api.github.com/users/torvalds/events{/privacy}",
"received_events_url": "https://api.github.com/users/torvalds/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/torvalds/linux",
"description": "Linux kernel source tree",
"fork": false,
"url": "https://api.github.com/repos/torvalds/linux",
"forks_url": "https://api.github.com/repos/torvalds/linux/forks",
"keys_url": "https://api.github.com/repos/torvalds/linux/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/torvalds/linux/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/torvalds/linux/teams",
"hooks_url": "https://api.github.com/repos/torvalds/linux/hooks",
"issue_events_url": "https://api.github.com/repos/torvalds/linux/issues/events{/number}",
"events_url": "https://api.github.com/repos/torvalds/linux/events",
"assignees_url": "https://api.github.com/repos/torvalds/linux/assignees{/user}",
"branches_url": "https://api.github.com/repos/torvalds/linux/branches{/branch}",
"tags_url": "https://api.github.com/repos/torvalds/linux/tags",
"blobs_url": "https://api.github.com/repos/torvalds/linux/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/torvalds/linux/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/torvalds/linux/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/torvalds/linux/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/torvalds/linux/statuses/{sha}",
"languages_url": "https://api.github.com/repos/torvalds/linux/languages",
"stargazers_url": "https://api.github.com/repos/torvalds/linux/stargazers",
"contributors_url": "https://api.github.com/repos/torvalds/linux/contributors",
"subscribers_url": "https://api.github.com/repos/torvalds/linux/subscribers",
"subscription_url": "https://api.github.com/repos/torvalds/linux/subscription",
"commits_url": "https://api.github.com/repos/torvalds/linux/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/torvalds/linux/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/torvalds/linux/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/torvalds/linux/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/torvalds/linux/contents/{+path}",
"compare_url": "https://api.github.com/repos/torvalds/linux/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/torvalds/linux/merges",
"archive_url": "https://api.github.com/repos/torvalds/linux/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/torvalds/linux/downloads",
"issues_url": "https://api.github.com/repos/torvalds/linux/issues{/number}",
"pulls_url": "https://api.github.com/repos/torvalds/linux/pulls{/number}",
"milestones_url": "https://api.github.com/repos/torvalds/linux/milestones{/number}",
"notifications_url": "https://api.github.com/repos/torvalds/linux/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/torvalds/linux/labels{/name}",
"created_at": "2011-09-04T22:48:12Z",
"updated_at": "2013-10-16T19:42:43Z",
"pushed_at": "2013-10-16T00:29:45Z",
"git_url": "git://github.com/torvalds/linux.git",
"ssh_url": "git@github.com:torvalds/linux.git",
"clone_url": "https://github.com/torvalds/linux.git",
"svn_url": "https://github.com/torvalds/linux",
"homepage": "",
"size": 1908010,
"watchers_count": 10557,
"language": "C",
"has_issues": false,
"has_downloads": true,
"has_wiki": false,
"forks_count": 3823,
"mirror_url": null,
"open_issues_count": 19,
"forks": 3823,
"open_issues": 19,
"watchers": 10557,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 317757,
"name": "Modernizr",
"full_name": "Modernizr/Modernizr",
"owner": {
"login": "Modernizr",
"id": 131060,
"avatar_url": "https://1.gravatar.com/avatar/af17f0f78f7697b3e2bf70b26fb184ac?d=https%3A%2F%2Fidenticons.github.com%2F2a376cf1fb4d15997b78d94dbd0d5974.png",
"gravatar_id": "af17f0f78f7697b3e2bf70b26fb184ac",
"url": "https://api.github.com/users/Modernizr",
"html_url": "https://github.com/Modernizr",
"followers_url": "https://api.github.com/users/Modernizr/followers",
"following_url": "https://api.github.com/users/Modernizr/following{/other_user}",
"gists_url": "https://api.github.com/users/Modernizr/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Modernizr/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Modernizr/subscriptions",
"organizations_url": "https://api.github.com/users/Modernizr/orgs",
"repos_url": "https://api.github.com/users/Modernizr/repos",
"events_url": "https://api.github.com/users/Modernizr/events{/privacy}",
"received_events_url": "https://api.github.com/users/Modernizr/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/Modernizr/Modernizr",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
"fork": false,
"url": "https://api.github.com/repos/Modernizr/Modernizr",
"forks_url": "https://api.github.com/repos/Modernizr/Modernizr/forks",
"keys_url": "https://api.github.com/repos/Modernizr/Modernizr/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Modernizr/Modernizr/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Modernizr/Modernizr/teams",
"hooks_url": "https://api.github.com/repos/Modernizr/Modernizr/hooks",
"issue_events_url": "https://api.github.com/repos/Modernizr/Modernizr/issues/events{/number}",
"events_url": "https://api.github.com/repos/Modernizr/Modernizr/events",
"assignees_url": "https://api.github.com/repos/Modernizr/Modernizr/assignees{/user}",
"branches_url": "https://api.github.com/repos/Modernizr/Modernizr/branches{/branch}",
"tags_url": "https://api.github.com/repos/Modernizr/Modernizr/tags",
"blobs_url": "https://api.github.com/repos/Modernizr/Modernizr/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Modernizr/Modernizr/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Modernizr/Modernizr/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Modernizr/Modernizr/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Modernizr/Modernizr/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Modernizr/Modernizr/languages",
"stargazers_url": "https://api.github.com/repos/Modernizr/Modernizr/stargazers",
"contributors_url": "https://api.github.com/repos/Modernizr/Modernizr/contributors",
"subscribers_url": "https://api.github.com/repos/Modernizr/Modernizr/subscribers",
"subscription_url": "https://api.github.com/repos/Modernizr/Modernizr/subscription",
"commits_url": "https://api.github.com/repos/Modernizr/Modernizr/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Modernizr/Modernizr/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Modernizr/Modernizr/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Modernizr/Modernizr/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/Modernizr/Modernizr/contents/{+path}",
"compare_url": "https://api.github.com/repos/Modernizr/Modernizr/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Modernizr/Modernizr/merges",
"archive_url": "https://api.github.com/repos/Modernizr/Modernizr/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Modernizr/Modernizr/downloads",
"issues_url": "https://api.github.com/repos/Modernizr/Modernizr/issues{/number}",
"pulls_url": "https://api.github.com/repos/Modernizr/Modernizr/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Modernizr/Modernizr/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Modernizr/Modernizr/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Modernizr/Modernizr/labels{/name}",
"created_at": "2009-09-25T20:13:23Z",
"updated_at": "2013-10-16T18:16:33Z",
"pushed_at": "2013-10-10T07:05:16Z",
"git_url": "git://github.com/Modernizr/Modernizr.git",
"ssh_url": "git@github.com:Modernizr/Modernizr.git",
"clone_url": "https://github.com/Modernizr/Modernizr.git",
"svn_url": "https://github.com/Modernizr/Modernizr",
"homepage": "http://modernizr.com",
"size": 31304,
"watchers_count": 10415,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 1204,
"mirror_url": null,
"open_issues_count": 150,
"forks": 1204,
"open_issues": 150,
"watchers": 10415,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 1700621,
"name": "normalize.css",
"full_name": "necolas/normalize.css",
"owner": {
"login": "necolas",
"id": 239676,
"avatar_url": "https://2.gravatar.com/avatar/992c9c162c4c62ec0e2621b4f2206533?d=https%3A%2F%2Fidenticons.github.com%2F564587956c864030d4d100393c3be349.png",
"gravatar_id": "992c9c162c4c62ec0e2621b4f2206533",
"url": "https://api.github.com/users/necolas",
"html_url": "https://github.com/necolas",
"followers_url": "https://api.github.com/users/necolas/followers",
"following_url": "https://api.github.com/users/necolas/following{/other_user}",
"gists_url": "https://api.github.com/users/necolas/gists{/gist_id}",
"starred_url": "https://api.github.com/users/necolas/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/necolas/subscriptions",
"organizations_url": "https://api.github.com/users/necolas/orgs",
"repos_url": "https://api.github.com/users/necolas/repos",
"events_url": "https://api.github.com/users/necolas/events{/privacy}",
"received_events_url": "https://api.github.com/users/necolas/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/necolas/normalize.css",
"description": "A modern, HTML5-ready alternative to CSS resets (as used by Bootstrap, HTML5 Boilerplate, YUI3, TweetDeck, Soundcloud, and many others).",
"fork": false,
"url": "https://api.github.com/repos/necolas/normalize.css",
"forks_url": "https://api.github.com/repos/necolas/normalize.css/forks",
"keys_url": "https://api.github.com/repos/necolas/normalize.css/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/necolas/normalize.css/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/necolas/normalize.css/teams",
"hooks_url": "https://api.github.com/repos/necolas/normalize.css/hooks",
"issue_events_url": "https://api.github.com/repos/necolas/normalize.css/issues/events{/number}",
"events_url": "https://api.github.com/repos/necolas/normalize.css/events",
"assignees_url": "https://api.github.com/repos/necolas/normalize.css/assignees{/user}",
"branches_url": "https://api.github.com/repos/necolas/normalize.css/branches{/branch}",
"tags_url": "https://api.github.com/repos/necolas/normalize.css/tags",
"blobs_url": "https://api.github.com/repos/necolas/normalize.css/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/necolas/normalize.css/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/necolas/normalize.css/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/necolas/normalize.css/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/necolas/normalize.css/statuses/{sha}",
"languages_url": "https://api.github.com/repos/necolas/normalize.css/languages",
"stargazers_url": "https://api.github.com/repos/necolas/normalize.css/stargazers",
"contributors_url": "https://api.github.com/repos/necolas/normalize.css/contributors",
"subscribers_url": "https://api.github.com/repos/necolas/normalize.css/subscribers",
"subscription_url": "https://api.github.com/repos/necolas/normalize.css/subscription",
"commits_url": "https://api.github.com/repos/necolas/normalize.css/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/necolas/normalize.css/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/necolas/normalize.css/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/necolas/normalize.css/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/necolas/normalize.css/contents/{+path}",
"compare_url": "https://api.github.com/repos/necolas/normalize.css/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/necolas/normalize.css/merges",
"archive_url": "https://api.github.com/repos/necolas/normalize.css/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/necolas/normalize.css/downloads",
"issues_url": "https://api.github.com/repos/necolas/normalize.css/issues{/number}",
"pulls_url": "https://api.github.com/repos/necolas/normalize.css/pulls{/number}",
"milestones_url": "https://api.github.com/repos/necolas/normalize.css/milestones{/number}",
"notifications_url": "https://api.github.com/repos/necolas/normalize.css/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/necolas/normalize.css/labels{/name}",
"created_at": "2011-05-04T10:20:25Z",
"updated_at": "2013-10-16T19:41:53Z",
"pushed_at": "2013-08-30T01:55:26Z",
"git_url": "git://github.com/necolas/normalize.css.git",
"ssh_url": "git@github.com:necolas/normalize.css.git",
"clone_url": "https://github.com/necolas/normalize.css.git",
"svn_url": "https://github.com/necolas/normalize.css",
"homepage": "http://necolas.github.io/normalize.css/",
"size": 1778,
"watchers_count": 10022,
"language": "CSS",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 1813,
"mirror_url": null,
"open_issues_count": 28,
"forks": 1813,
"open_issues": 28,
"watchers": 10022,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 1300192,
"name": "Spoon-Knife",
"full_name": "octocat/Spoon-Knife",
"owner": {
"login": "octocat",
"id": 583231,
"avatar_url": "https://0.gravatar.com/avatar/7ad39074b0584bc555d0417ae3e7d974?d=https%3A%2F%2Fidenticons.github.com%2Fb295bf8043975e176de44c2617751f8b.png",
"gravatar_id": "7ad39074b0584bc555d0417ae3e7d974",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/octocat/Spoon-Knife",
"description": "This repo is for demonstration purposes only. Comments and issues may or may not be responded to.",
"fork": false,
"url": "https://api.github.com/repos/octocat/Spoon-Knife",
"forks_url": "https://api.github.com/repos/octocat/Spoon-Knife/forks",
"keys_url": "https://api.github.com/repos/octocat/Spoon-Knife/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/octocat/Spoon-Knife/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/octocat/Spoon-Knife/teams",
"hooks_url": "https://api.github.com/repos/octocat/Spoon-Knife/hooks",
"issue_events_url": "https://api.github.com/repos/octocat/Spoon-Knife/issues/events{/number}",
"events_url": "https://api.github.com/repos/octocat/Spoon-Knife/events",
"assignees_url": "https://api.github.com/repos/octocat/Spoon-Knife/assignees{/user}",
"branches_url": "https://api.github.com/repos/octocat/Spoon-Knife/branches{/branch}",
"tags_url": "https://api.github.com/repos/octocat/Spoon-Knife/tags",
"blobs_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/octocat/Spoon-Knife/statuses/{sha}",
"languages_url": "https://api.github.com/repos/octocat/Spoon-Knife/languages",
"stargazers_url": "https://api.github.com/repos/octocat/Spoon-Knife/stargazers",
"contributors_url": "https://api.github.com/repos/octocat/Spoon-Knife/contributors",
"subscribers_url": "https://api.github.com/repos/octocat/Spoon-Knife/subscribers",
"subscription_url": "https://api.github.com/repos/octocat/Spoon-Knife/subscription",
"commits_url": "https://api.github.com/repos/octocat/Spoon-Knife/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/octocat/Spoon-Knife/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/octocat/Spoon-Knife/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/octocat/Spoon-Knife/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/octocat/Spoon-Knife/contents/{+path}",
"compare_url": "https://api.github.com/repos/octocat/Spoon-Knife/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/octocat/Spoon-Knife/merges",
"archive_url": "https://api.github.com/repos/octocat/Spoon-Knife/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/octocat/Spoon-Knife/downloads",
"issues_url": "https://api.github.com/repos/octocat/Spoon-Knife/issues{/number}",
"pulls_url": "https://api.github.com/repos/octocat/Spoon-Knife/pulls{/number}",
"milestones_url": "https://api.github.com/repos/octocat/Spoon-Knife/milestones{/number}",
"notifications_url": "https://api.github.com/repos/octocat/Spoon-Knife/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/octocat/Spoon-Knife/labels{/name}",
"created_at": "2011-01-27T19:30:43Z",
"updated_at": "2013-10-16T19:42:22Z",
"pushed_at": "2011-10-31T14:34:52Z",
"git_url": "git://github.com/octocat/Spoon-Knife.git",
"ssh_url": "git@github.com:octocat/Spoon-Knife.git",
"clone_url": "https://github.com/octocat/Spoon-Knife.git",
"svn_url": "https://github.com/octocat/Spoon-Knife",
"homepage": "",
"size": 2032,
"watchers_count": 9997,
"language": null,
"has_issues": true,
"has_downloads": true,
"has_wiki": false,
"forks_count": 19728,
"mirror_url": null,
"open_issues_count": 896,
"forks": 19728,
"open_issues": 896,
"watchers": 9997,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 3214406,
"name": "meteor",
"full_name": "meteor/meteor",
"owner": {
"login": "meteor",
"id": 789528,
"avatar_url": "https://0.gravatar.com/avatar/d22091d31409b1aab6328745d1c95f94?d=https%3A%2F%2Fidenticons.github.com%2Ff54741c39a4b942825e3c68fb8aacded.png",
"gravatar_id": "d22091d31409b1aab6328745d1c95f94",
"url": "https://api.github.com/users/meteor",
"html_url": "https://github.com/meteor",
"followers_url": "https://api.github.com/users/meteor/followers",
"following_url": "https://api.github.com/users/meteor/following{/other_user}",
"gists_url": "https://api.github.com/users/meteor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/meteor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/meteor/subscriptions",
"organizations_url": "https://api.github.com/users/meteor/orgs",
"repos_url": "https://api.github.com/users/meteor/repos",
"events_url": "https://api.github.com/users/meteor/events{/privacy}",
"received_events_url": "https://api.github.com/users/meteor/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/meteor/meteor",
"description": "Meteor, an ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework.",
"fork": false,
"url": "https://api.github.com/repos/meteor/meteor",
"forks_url": "https://api.github.com/repos/meteor/meteor/forks",
"keys_url": "https://api.github.com/repos/meteor/meteor/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/meteor/meteor/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/meteor/meteor/teams",
"hooks_url": "https://api.github.com/repos/meteor/meteor/hooks",
"issue_events_url": "https://api.github.com/repos/meteor/meteor/issues/events{/number}",
"events_url": "https://api.github.com/repos/meteor/meteor/events",
"assignees_url": "https://api.github.com/repos/meteor/meteor/assignees{/user}",
"branches_url": "https://api.github.com/repos/meteor/meteor/branches{/branch}",
"tags_url": "https://api.github.com/repos/meteor/meteor/tags",
"blobs_url": "https://api.github.com/repos/meteor/meteor/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/meteor/meteor/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/meteor/meteor/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/meteor/meteor/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/meteor/meteor/statuses/{sha}",
"languages_url": "https://api.github.com/repos/meteor/meteor/languages",
"stargazers_url": "https://api.github.com/repos/meteor/meteor/stargazers",
"contributors_url": "https://api.github.com/repos/meteor/meteor/contributors",
"subscribers_url": "https://api.github.com/repos/meteor/meteor/subscribers",
"subscription_url": "https://api.github.com/repos/meteor/meteor/subscription",
"commits_url": "https://api.github.com/repos/meteor/meteor/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/meteor/meteor/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/meteor/meteor/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/meteor/meteor/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/meteor/meteor/contents/{+path}",
"compare_url": "https://api.github.com/repos/meteor/meteor/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/meteor/meteor/merges",
"archive_url": "https://api.github.com/repos/meteor/meteor/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/meteor/meteor/downloads",
"issues_url": "https://api.github.com/repos/meteor/meteor/issues{/number}",
"pulls_url": "https://api.github.com/repos/meteor/meteor/pulls{/number}",
"milestones_url": "https://api.github.com/repos/meteor/meteor/milestones{/number}",
"notifications_url": "https://api.github.com/repos/meteor/meteor/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/meteor/meteor/labels{/name}",
"created_at": "2012-01-19T01:58:17Z",
"updated_at": "2013-10-16T19:21:18Z",
"pushed_at": "2013-10-15T03:09:44Z",
"git_url": "git://github.com/meteor/meteor.git",
"ssh_url": "git@github.com:meteor/meteor.git",
"clone_url": "https://github.com/meteor/meteor.git",
"svn_url": "https://github.com/meteor/meteor",
"homepage": "www.meteor.com",
"size": 43816,
"watchers_count": 9943,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 1309,
"mirror_url": null,
"open_issues_count": 319,
"forks": 1309,
"open_issues": 319,
"watchers": 9943,
"master_branch": "devel",
"default_branch": "devel",
"score": 1.0
},
{
"id": 557980,
"name": "socket.io",
"full_name": "LearnBoost/socket.io",
"owner": {
"login": "LearnBoost",
"id": 204174,
"avatar_url": "https://2.gravatar.com/avatar/07100ee5e8dedd7c96195b2aa422dbb5?d=https%3A%2F%2Fidenticons.github.com%2F106c5a87c63eec4c0d8b6b9df5707528.png",
"gravatar_id": "07100ee5e8dedd7c96195b2aa422dbb5",
"url": "https://api.github.com/users/LearnBoost",
"html_url": "https://github.com/LearnBoost",
"followers_url": "https://api.github.com/users/LearnBoost/followers",
"following_url": "https://api.github.com/users/LearnBoost/following{/other_user}",
"gists_url": "https://api.github.com/users/LearnBoost/gists{/gist_id}",
"starred_url": "https://api.github.com/users/LearnBoost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/LearnBoost/subscriptions",
"organizations_url": "https://api.github.com/users/LearnBoost/orgs",
"repos_url": "https://api.github.com/users/LearnBoost/repos",
"events_url": "https://api.github.com/users/LearnBoost/events{/privacy}",
"received_events_url": "https://api.github.com/users/LearnBoost/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/LearnBoost/socket.io",
"description": "Realtime application framework for Node.JS, with HTML5 WebSockets and cross-browser fallbacks support.",
"fork": false,
"url": "https://api.github.com/repos/LearnBoost/socket.io",
"forks_url": "https://api.github.com/repos/LearnBoost/socket.io/forks",
"keys_url": "https://api.github.com/repos/LearnBoost/socket.io/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/LearnBoost/socket.io/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/LearnBoost/socket.io/teams",
"hooks_url": "https://api.github.com/repos/LearnBoost/socket.io/hooks",
"issue_events_url": "https://api.github.com/repos/LearnBoost/socket.io/issues/events{/number}",
"events_url": "https://api.github.com/repos/LearnBoost/socket.io/events",
"assignees_url": "https://api.github.com/repos/LearnBoost/socket.io/assignees{/user}",
"branches_url": "https://api.github.com/repos/LearnBoost/socket.io/branches{/branch}",
"tags_url": "https://api.github.com/repos/LearnBoost/socket.io/tags",
"blobs_url": "https://api.github.com/repos/LearnBoost/socket.io/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/LearnBoost/socket.io/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/LearnBoost/socket.io/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/LearnBoost/socket.io/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/LearnBoost/socket.io/statuses/{sha}",
"languages_url": "https://api.github.com/repos/LearnBoost/socket.io/languages",
"stargazers_url": "https://api.github.com/repos/LearnBoost/socket.io/stargazers",
"contributors_url": "https://api.github.com/repos/LearnBoost/socket.io/contributors",
"subscribers_url": "https://api.github.com/repos/LearnBoost/socket.io/subscribers",
"subscription_url": "https://api.github.com/repos/LearnBoost/socket.io/subscription",
"commits_url": "https://api.github.com/repos/LearnBoost/socket.io/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/LearnBoost/socket.io/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/LearnBoost/socket.io/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/LearnBoost/socket.io/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/LearnBoost/socket.io/contents/{+path}",
"compare_url": "https://api.github.com/repos/LearnBoost/socket.io/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/LearnBoost/socket.io/merges",
"archive_url": "https://api.github.com/repos/LearnBoost/socket.io/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/LearnBoost/socket.io/downloads",
"issues_url": "https://api.github.com/repos/LearnBoost/socket.io/issues{/number}",
"pulls_url": "https://api.github.com/repos/LearnBoost/socket.io/pulls{/number}",
"milestones_url": "https://api.github.com/repos/LearnBoost/socket.io/milestones{/number}",
"notifications_url": "https://api.github.com/repos/LearnBoost/socket.io/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/LearnBoost/socket.io/labels{/name}",
"created_at": "2010-03-11T18:24:48Z",
"updated_at": "2013-10-16T19:18:50Z",
"pushed_at": "2013-10-09T15:32:45Z",
"git_url": "git://github.com/LearnBoost/socket.io.git",
"ssh_url": "git@github.com:LearnBoost/socket.io.git",
"clone_url": "https://github.com/LearnBoost/socket.io.git",
"svn_url": "https://github.com/LearnBoost/socket.io",
"homepage": "http://socket.io",
"size": 14154,
"watchers_count": 9544,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 1538,
"mirror_url": null,
"open_issues_count": 530,
"forks": 1538,
"open_issues": 530,
"watchers": 9544,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
},
{
"id": 349241,
"name": "underscore",
"full_name": "jashkenas/underscore",
"owner": {
"login": "jashkenas",
"id": 4732,
"avatar_url": "https://0.gravatar.com/avatar/32652ed5b8fbd2ecdb1c78e9ac567b4b?d=https%3A%2F%2Fidenticons.github.com%2Ffd1d83de2517a02d4e221ede9a681432.png",
"gravatar_id": "32652ed5b8fbd2ecdb1c78e9ac567b4b",
"url": "https://api.github.com/users/jashkenas",
"html_url": "https://github.com/jashkenas",
"followers_url": "https://api.github.com/users/jashkenas/followers",
"following_url": "https://api.github.com/users/jashkenas/following{/other_user}",
"gists_url": "https://api.github.com/users/jashkenas/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jashkenas/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jashkenas/subscriptions",
"organizations_url": "https://api.github.com/users/jashkenas/orgs",
"repos_url": "https://api.github.com/users/jashkenas/repos",
"events_url": "https://api.github.com/users/jashkenas/events{/privacy}",
"received_events_url": "https://api.github.com/users/jashkenas/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/jashkenas/underscore",
"description": "JavaScript's utility _ belt",
"fork": false,
"url": "https://api.github.com/repos/jashkenas/underscore",
"forks_url": "https://api.github.com/repos/jashkenas/underscore/forks",
"keys_url": "https://api.github.com/repos/jashkenas/underscore/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/jashkenas/underscore/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/jashkenas/underscore/teams",
"hooks_url": "https://api.github.com/repos/jashkenas/underscore/hooks",
"issue_events_url": "https://api.github.com/repos/jashkenas/underscore/issues/events{/number}",
"events_url": "https://api.github.com/repos/jashkenas/underscore/events",
"assignees_url": "https://api.github.com/repos/jashkenas/underscore/assignees{/user}",
"branches_url": "https://api.github.com/repos/jashkenas/underscore/branches{/branch}",
"tags_url": "https://api.github.com/repos/jashkenas/underscore/tags",
"blobs_url": "https://api.github.com/repos/jashkenas/underscore/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/jashkenas/underscore/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/jashkenas/underscore/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/jashkenas/underscore/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/jashkenas/underscore/statuses/{sha}",
"languages_url": "https://api.github.com/repos/jashkenas/underscore/languages",
"stargazers_url": "https://api.github.com/repos/jashkenas/underscore/stargazers",
"contributors_url": "https://api.github.com/repos/jashkenas/underscore/contributors",
"subscribers_url": "https://api.github.com/repos/jashkenas/underscore/subscribers",
"subscription_url": "https://api.github.com/repos/jashkenas/underscore/subscription",
"commits_url": "https://api.github.com/repos/jashkenas/underscore/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/jashkenas/underscore/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/jashkenas/underscore/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/jashkenas/underscore/issues/comments/{number}",
"contents_url": "https://api.github.com/repos/jashkenas/underscore/contents/{+path}",
"compare_url": "https://api.github.com/repos/jashkenas/underscore/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/jashkenas/underscore/merges",
"archive_url": "https://api.github.com/repos/jashkenas/underscore/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/jashkenas/underscore/downloads",
"issues_url": "https://api.github.com/repos/jashkenas/underscore/issues{/number}",
"pulls_url": "https://api.github.com/repos/jashkenas/underscore/pulls{/number}",
"milestones_url": "https://api.github.com/repos/jashkenas/underscore/milestones{/number}",
"notifications_url": "https://api.github.com/repos/jashkenas/underscore/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/jashkenas/underscore/labels{/name}",
"created_at": "2009-10-25T18:31:06Z",
"updated_at": "2013-10-16T17:46:53Z",
"pushed_at": "2013-09-24T21:54:15Z",
"git_url": "git://github.com/jashkenas/underscore.git",
"ssh_url": "git@github.com:jashkenas/underscore.git",
"clone_url": "https://github.com/jashkenas/underscore.git",
"svn_url": "https://github.com/jashkenas/underscore",
"homepage": "http://underscorejs.org",
"size": 6622,
"watchers_count": 9534,
"language": "JavaScript",
"has_issues": true,
"has_downloads": true,
"has_wiki": true,
"forks_count": 1754,
"mirror_url": null,
"open_issues_count": 11,
"forks": 1754,
"open_issues": 11,
"watchers": 9534,
"master_branch": "master",
"default_branch": "master",
"score": 1.0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment