{"id":16057507,"url":"https://github.com/aduth/github-explorer","last_synced_at":"2025-03-16T06:27:16.080Z","repository":{"id":28894972,"uuid":"32419686","full_name":"aduth/github-explorer","owner":"aduth","description":"Embeddable GitHub file explorer","archived":false,"fork":false,"pushed_at":"2015-04-27T12:50:18.000Z","size":160,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":75,"default_branch":"master","last_synced_at":"2025-03-13T22:35:06.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aduth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-17T20:51:43.000Z","updated_at":"2022-10-30T20:43:09.000Z","dependencies_parsed_at":"2022-09-03T07:41:42.995Z","dependency_job_id":null,"html_url":"https://github.com/aduth/github-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2Fgithub-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2Fgithub-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2Fgithub-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduth%2Fgithub-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aduth","download_url":"https://codeload.github.com/aduth/github-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835952,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T03:02:58.672Z","updated_at":"2025-03-16T06:27:16.057Z","avatar_url":"https://github.com/aduth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"GitHub Explorer\n===============\n\nGitHub Explorer is a small single-page web application intended to be used standalone or in the context of an `\u003ciframe\u003e` element.\n\n![Demo](https://cldup.com/3J4bQjK90G-1200x1200.png)\n\n## Requirements\n\nYou must have [Node.js](https://nodejs.org/download/) installed on your computer.\n\n## Installation\n\nIn a terminal window, clone the project to a directory on your computer. Next, navigate to the directory, install the required dependencies, and create your first build.\n\n```bash\n$ git clone https://github.com/Automattic/github-explorer.git\n$ cd github-explorer\n$ npm install\n$ npm run build\n```\n\nTo access private repositories, you can pass a `GITHUB_ACCESS_TOKEN` to the build command. You can create a personal access token [from the Applications page] in your account profile. __WARNING:__ Do not use a personal access token for anything other than development or testing. The access token will be available in the client-side source code, so it should never be hosted at a publicly-reachable URL.\n\n```bash\n$ GITHUB_ACCESS_TOKEN=your-personal-access-token npm run build\n```\n\n## Usage\n\nThe project will need to be available from a locally-hosted web server. You can use the Node.js [serve](https://www.npmjs.com/package/serve) package or, if you have Python installed, navigate to the project directory in a terminal window and enter the following command:\n\n```bash\n$ python -m SimpleHTTPServer 3000\n```\n\nYou should now be able to navigate to [http://localhost:3000](http://localhost:3000) in your browser.\n\nThe page accepts two query parameters:\n\n- `repository`: A GitHub repository, including the user or organization\n- `path` (optional): A path from the the repository root in which perform the searches\n\nExample: [http://localhost:3000/?repository=Automattic/github-explorer\u0026path=js/src](http://localhost:3000/?repository=Automattic/github-explorer\u0026path=js/src)\n\n## License\n\nCopyright (C) 2015 Automattic, Inc.\n\nMade available under [GPLv2+](./LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduth%2Fgithub-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faduth%2Fgithub-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduth%2Fgithub-explorer/lists"}