repos

26 rows where language = "JavaScript" sorted by watchers

View and edit SQL

language

  • JavaScript · 6
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
138669673 MDEwOlJlcG9zaXRvcnkxMzg2Njk2NzM= datasette-vega simonw/datasette-vega 0 simonw 9599 https://github.com/simonw/datasette-vega Datasette plugin for visualizing data using Vega 0 2018-06-26T01:40:54Z 2019-11-11T04:51:21Z 2019-08-05T11:45:29Z   87 13 13 JavaScript 1 1 1 1 0 2 0 0 11 Apache License 2.0 apache-2.0   2 11 13 master {"admin": true, "push": true, "pull": true} 1 1 1 2 1  
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}            
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}            
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}            
500532 MDEwOlJlcG9zaXRvcnk1MDA1MzI= dogproxy simonw/dogproxy 0 simonw 9599 https://github.com/simonw/dogproxy Experimental HTTP proxy (using node.js) for avoiding the dog pile effect. 0 2010-02-03T11:43:38Z 2019-08-13T14:31:03Z 2019-02-15T16:01:42Z   4 61 61 JavaScript 1 1 1 1 0 0 0 0 0   [] 0 0 61 master {"admin": true, "push": true, "pull": true}            
379371 MDEwOlJlcG9zaXRvcnkzNzkzNzE= djangode simonw/djangode 0 simonw 9599 https://github.com/simonw/djangode Utilities functions for node.js that borrow some useful concepts from Django 0 2009-11-20T10:07:21Z 2019-10-05T15:04:21Z 2011-08-31T19:57:39Z   300 259 259 JavaScript 1 1 1 1 0 22 0 0 4 BSD 2-Clause "Simplified" License bsd-2-clause [] 22 4 259 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 11.06ms · About: github-to-sqlite