{"id":31733390,"url":"https://github.com/christopherkade/feather","last_synced_at":"2025-10-09T08:25:59.815Z","repository":{"id":316659227,"uuid":"1064333309","full_name":"christopherkade/feather","owner":"christopherkade","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-25T22:42:04.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T00:25:35.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christopherkade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T22:04:00.000Z","updated_at":"2025-09-25T22:42:07.000Z","dependencies_parsed_at":"2025-09-26T00:25:38.846Z","dependency_job_id":"36759901-1d5a-4689-a270-f6cd3a0fbfff","html_url":"https://github.com/christopherkade/feather","commit_stats":null,"previous_names":["christopherkade/feather"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/christopherkade/feather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkade%2Ffeather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkade%2Ffeather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkade%2Ffeather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkade%2Ffeather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christopherkade","download_url":"https://codeload.github.com/christopherkade/feather/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christopherkade%2Ffeather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001095,"owners_count":26082991,"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-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2025-10-09T08:25:54.699Z","updated_at":"2025-10-09T08:25:59.810Z","avatar_url":"https://github.com/christopherkade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n\n## Setup\n\n1. Create a Supabase project at https://supabase.com.\n2. In Project Settings → API, copy:\n   - `NEXT_PUBLIC_SUPABASE_URL`\n   - `NEXT_PUBLIC_SUPABASE_ANON_KEY`\n3. Create `.env.local` with:\n\n```bash\nNEXT_PUBLIC_SUPABASE_URL=your_url\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key\nNEXT_PUBLIC_SITE_URL=http://localhost:3000\n```\n\n4. Apply database schema in Supabase SQL editor (or with the CLI) using `supabase/schema.sql` from this repo.\n5. Run the app:\n\n```bash\nnpm run dev\n```\n\n### Google OAuth setup\n\n- In Google Cloud Console, create OAuth credentials.\n- Authorized redirect URI: `http://localhost:3000/auth/callback`\n- Add your production URL’s `/auth/callback` when deploying.\n\n### Dev notes\n\n- Sign in/out flows are handled via Supabase OAuth.\n- API routes: `app/api/profile`, `app/api/decks`, `app/api/events`, `app/api/scryfall/search`.\n- Pod assignment utility: `lib/pods/assign.ts` with a Vitest unit test.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherkade%2Ffeather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristopherkade%2Ffeather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopherkade%2Ffeather/lists"}