{"id":22828755,"url":"https://github.com/mjmsmith/starredsearch","last_synced_at":"2025-07-24T13:39:22.866Z","repository":{"id":146753510,"uuid":"57856785","full_name":"mjmsmith/starredsearch","owner":"mjmsmith","description":"Search readmes in starred GitHub repos.","archived":false,"fork":false,"pushed_at":"2017-07-24T23:25:13.000Z","size":310,"stargazers_count":36,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T16:24:31.814Z","etag":null,"topics":["github","os-x","readme","search","vapor"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjmsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-01T23:43:52.000Z","updated_at":"2022-12-25T02:37:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"95b23128-6bf1-4438-a673-ca20069fdb2f","html_url":"https://github.com/mjmsmith/starredsearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mjmsmith/starredsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmsmith%2Fstarredsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmsmith%2Fstarredsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmsmith%2Fstarredsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmsmith%2Fstarredsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjmsmith","download_url":"https://codeload.github.com/mjmsmith/starredsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmsmith%2Fstarredsearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266852028,"owners_count":23995404,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["github","os-x","readme","search","vapor"],"created_at":"2024-12-12T19:12:02.951Z","updated_at":"2025-07-24T13:39:22.779Z","avatar_url":"https://github.com/mjmsmith.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\n**Starred Search** is a tool to search the readme files in GitHub users' starred repositories. It lives at [starredsearch.com](http://starredsearch.com).\n\nThe app is written in Swift using the [Vapor](https://github.com/qutheory/vapor) web framework.\n\n# Prerequisites\n\n* Swift 3 / Xcode 8.\n\n* A [GitHub OAuth application](https://github.com/settings/developers) with the callback URL set to `/oauth/github` on your server.\n\n# Debug Environment\n\nCreate the file `debug.json` in your checkout directory:\n\n```\n{\n  \"GITHUB_CLIENT_ID\": \"\u003cyour app client\u003e\",\n  \"GITHUB_CLIENT_SECRET\": \"\u003cyour app secret\u003e\",\n  \"APP_ADMIN_PASSWORD\": \"\u003cyour choice\u003e\"\n}\n```\n\n# Release Environment\n\nDefine environment variables for `GITHUB_CLIENT_ID`, `GITHUB_CLIENT_SECRET` and `APP_ADMIN_PASSWORD`.\n\n# Sample launchctl File\n\nReplace `???` as appropriate.\n\n```\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n\t\u003ckey\u003eEnvironmentVariables\u003c/key\u003e\n\t\u003cdict\u003e\n    \u003ckey\u003eGITHUB_CLIENT_ID\u003c/key\u003e\n    \u003cstring\u003e???\u003c/string\u003e\n    \u003ckey\u003eGITHUB_CLIENT_SECRET\u003c/key\u003e\n    \u003cstring\u003e???\u003c/string\u003e\n    \u003ckey\u003eAPP_ADMIN_PASSWORD\u003c/key\u003e\n    \u003cstring\u003e???\u003c/string\u003e\n\t\u003c/dict\u003e\n\t\u003ckey\u003eKeepAlive\u003c/key\u003e\n\t\u003ctrue/\u003e\n\t\u003ckey\u003eLabel\u003c/key\u003e\n\t\u003cstring\u003e???\u003c/string\u003e\n\t\u003ckey\u003eProgramArguments\u003c/key\u003e\n\t\u003carray\u003e\n\t\t\u003cstring\u003e???/App\u003c/string\u003e\n\t\t\u003cstring\u003e--workdir=???\u003c/string\u003e\n\t\t\u003cstring\u003e--port=???\u003c/string\u003e\n\t\u003c/array\u003e\n\t\u003ckey\u003eRunAtLoad\u003c/key\u003e\n\t\u003ctrue/\u003e\n\t\u003ckey\u003eStandardErrorPath\u003c/key\u003e\n\t\u003cstring\u003e???\u003c/string\u003e\n\t\u003ckey\u003eStandardOutPath\u003c/key\u003e\n\t\u003cstring\u003e???\u003c/string\u003e\n\t\u003ckey\u003eWorkingDirectory\u003c/key\u003e\n\t\u003cstring\u003e???\u003c/string\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjmsmith%2Fstarredsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjmsmith%2Fstarredsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjmsmith%2Fstarredsearch/lists"}