{"id":50760089,"url":"https://github.com/jaredcat/plushonscreen","last_synced_at":"2026-06-11T09:01:44.199Z","repository":{"id":363315128,"uuid":"1262615452","full_name":"jaredcat/plushonscreen","owner":"jaredcat","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-08T10:57:59.000Z","size":1233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T12:18:25.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","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/jaredcat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-08T06:45:37.000Z","updated_at":"2026-06-08T10:58:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jaredcat/plushonscreen","commit_stats":null,"previous_names":["jaredcat/plushonscreen"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jaredcat/plushonscreen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredcat%2Fplushonscreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredcat%2Fplushonscreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredcat%2Fplushonscreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredcat%2Fplushonscreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredcat","download_url":"https://codeload.github.com/jaredcat/plushonscreen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredcat%2Fplushonscreen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":"2026-06-11T09:01:42.615Z","updated_at":"2026-06-11T09:01:44.192Z","avatar_url":"https://github.com/jaredcat.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐍 PlushOnScreen\n\nA community-curated database tracking appearances of IKEA plush toys in movies, TV, and beyond. Built with [Astro](https://astro.build), deployed to [Cloudflare Workers](https://developers.cloudflare.com/workers/static-assets/).\n\n## How it works\n\nEvery sighting is a Markdown file under `src/content/sightings/\u003cplush-id\u003e/`, with screenshots in that folder's `images/` subfolder. The schema in `src/content.config.ts` is the single source of truth for what's tracked — Astro validates every entry against it at build time, so a malformed entry fails the build rather than shipping broken.\n\n## Adding a sighting\n\n**As a PR:** add a `.md` file under `src/content/sightings/\u003cplush-id\u003e/` using the naming convention (`movie-saw-2004.md`, `tv-show-name-s02e01.md`, etc.). See [CONTRIBUTING.md](CONTRIBUTING.md). Copy a template from `djungelorm/example-movie-2026.md` or `example-tv-show-s01e01.md`.\n\n**As a form:** non-technical contributors use the [sighting issue form](../../issues/new?template=sighting.yml). Maintainers convert accepted issues into entries.\n\n## Adding a new plush\n\nAdd an entry to the `plushes` array in `src/plushes.ts`, then add the new option to `.github/ISSUE_TEMPLATE/sighting.yml`.\n\n## Local development\n\n```sh\nnpm install\nnpm run dev      # http://localhost:4321\nnpm run build    # outputs to dist/\nnpm run preview  # serve the built site locally\nnpm run check    # lint, typecheck, and validate content (run before opening a PR)\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for full contributor guidelines.\n\n## Deployment\n\nPushes to `main` trigger `.github/workflows/deploy.yml`, which builds and runs `wrangler deploy` (static assets to your Workers \u0026 Pages project).\n\nThe Worker name in `wrangler.jsonc` must match your Cloudflare project (default: `plushonscreen`).\n\nBefore the first deploy:\n\n1. Create a project under **Workers \u0026 Pages** (or use an existing one) and set `name` in `wrangler.jsonc` to match.\n2. Create an **Account API token** at [Manage Account → Account API Tokens](https://dash.cloudflare.com/?to=/:account/api-tokens) with:\n   - **Account → Workers Scripts → Edit** (deploy static assets)\n   - Scoped to your account\n3. Add repo secrets under **Settings → Secrets and variables → Actions**:\n   - `CLOUDFLARE_API_TOKEN` — the token value from step 2\n   - `CLOUDFLARE_ACCOUNT_ID` — from the Cloudflare dashboard sidebar (Workers \u0026 Pages → Overview → right column)\n\n## Find \u0026 replace before going live\n\nSearch the repo for `YOUR_USERNAME` and replace with your GitHub username (appears in the layout footer, about page, issue config, and example entry).\n\n---\n\nFan project. Not affiliated with IKEA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredcat%2Fplushonscreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredcat%2Fplushonscreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredcat%2Fplushonscreen/lists"}