repos

7 rows where forks_count = 1 and language = "JavaScript" sorted by has_pages

View and edit SQL

Suggested facets: fork, homepage, has_issues, topics, created_at (date), pushed_at (date), topics (array)

updated_at (date)

language

  • JavaScript · 7

forks_count

id node_id name full_name private owner html_url description fork created_at updated_at pushed_at homepage size stargazers_count watchers_count language has_issues has_projects has_downloads has_wiki has_pages ▼ forks_count archived disabled open_issues_count license topics forks open_issues watchers default_branch permissions allow_squash_merge allow_merge_commit allow_rebase_merge network_count subscribers_count organization
186671 MDEwOlJlcG9zaXRvcnkxODY2NzE= tweetersation simonw/tweetersation 0 simonw 9599 https://github.com/simonw/tweetersation tweetersation.com 0 2009-04-27T13:20:10Z 2019-08-13T14:21:46Z 2009-04-27T22:28:19Z http://tweetersation.com/ 119 5 5 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 5 master {"admin": true, "push": true, "pull": true}            
222628 MDEwOlJlcG9zaXRvcnkyMjI2Mjg= datamatcher simonw/datamatcher 0 simonw 9599 https://github.com/simonw/datamatcher Single-page JS app for creating a mapping between similar sets of data 0 2009-06-09T13:58:47Z 2018-06-29T11:32:57Z 2009-06-09T13:59:17Z https://datamatcher.now.sh/ 124 9 9 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 9 master {"admin": true, "push": true, "pull": true}            
379499 MDEwOlJlcG9zaXRvcnkzNzk0OTk= node-couch simonw/node-couch 0 simonw 9599 https://github.com/simonw/node-couch A CouchDB interface for node.js 1 2009-11-20T13:04:33Z 2012-12-13T14:22:00Z 2009-11-20T13:06:31Z   83 6 6 JavaScript 0 1 1 1 0 1 0 0 0   [] 1 0 6 master {"admin": true, "push": true, "pull": true}            
381141 MDEwOlJlcG9zaXRvcnkzODExNDE= nodecast simonw/nodecast 0 simonw 9599 https://github.com/simonw/nodecast A simple comet broadcast server, originally implemented as a demo for Full Frontal 2009. 0 2009-11-21T23:58:42Z 2019-08-13T14:29:24Z 2009-11-22T09:10:40Z   128 44 44 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 44 master {"admin": true, "push": true, "pull": true}            
569598 MDEwOlJlcG9zaXRvcnk1Njk1OTg= webhook-relay simonw/webhook-relay 0 simonw 9599 https://github.com/simonw/webhook-relay A simple Node.js server for queueing and relaying webhook requests 0 2010-03-19T09:30:55Z 2019-08-13T14:32:08Z 2010-03-19T09:42:23Z   92 26 26 JavaScript 1 1 1 1 0 1 0 0 0   ["nodejs", "webhooks"] 1 0 26 master {"admin": true, "push": true, "pull": true}            
608376 MDEwOlJlcG9zaXRvcnk2MDgzNzY= http-replay simonw/http-replay 0 simonw 9599 https://github.com/simonw/http-replay A Node.js tool for executing HTTP activity on a timed basis. 0 2010-04-13T13:13:33Z 2019-08-13T14:32:47Z 2010-04-13T13:13:54Z   95 10 10 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 10 master {"admin": true, "push": true, "pull": true}            
120041893 MDEwOlJlcG9zaXRvcnkxMjAwNDE4OTM= owlsnearme simonw/owlsnearme 0 simonw 9599 https://github.com/simonw/owlsnearme A website that tells you where your nearest owls are! 0 2018-02-02T23:21:45Z 2019-06-06T00:01:56Z 2018-04-28T05:23:05Z https://www.owlsnearme.com/ 289 14 14 JavaScript 1 1 1 1 0 1 0 0 0   ["create-react-app", "inaturalist", "leaflet", "react"] 1 0 14 master {"admin": true, "push": true, "pull": true}            

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [repos] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [name] TEXT,
   [full_name] TEXT,
   [private] INTEGER,
   [owner] INTEGER REFERENCES [users]([id]),
   [html_url] TEXT,
   [description] TEXT,
   [fork] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [pushed_at] TEXT,
   [homepage] TEXT,
   [size] INTEGER,
   [stargazers_count] INTEGER,
   [watchers_count] INTEGER,
   [language] TEXT,
   [has_issues] INTEGER,
   [has_projects] INTEGER,
   [has_downloads] INTEGER,
   [has_wiki] INTEGER,
   [has_pages] INTEGER,
   [forks_count] INTEGER,
   [archived] INTEGER,
   [disabled] INTEGER,
   [open_issues_count] INTEGER,
   [license] TEXT,
   [topics] TEXT,
   [forks] INTEGER,
   [open_issues] INTEGER,
   [watchers] INTEGER,
   [default_branch] TEXT,
   [permissions] TEXT, [allow_squash_merge] INTEGER, [allow_merge_commit] INTEGER, [allow_rebase_merge] INTEGER, [network_count] INTEGER, [subscribers_count] INTEGER, [organization] TEXT,
   FOREIGN KEY(license) REFERENCES licenses(key)
)
Powered by Datasette · Query took 499.282ms · About: github-to-sqlite