{"id":49835642,"url":"https://github.com/heppu/secret-santa","last_synced_at":"2026-05-14T00:44:59.620Z","repository":{"id":321917802,"uuid":"1087602592","full_name":"heppu/secret-santa","owner":"heppu","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-01T10:12:24.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T12:06:15.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/heppu.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-11-01T08:51:25.000Z","updated_at":"2025-11-01T09:51:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/heppu/secret-santa","commit_stats":null,"previous_names":["heppu/secret-santa"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/heppu/secret-santa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Fsecret-santa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Fsecret-santa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Fsecret-santa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Fsecret-santa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heppu","download_url":"https://codeload.github.com/heppu/secret-santa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppu%2Fsecret-santa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33005104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-05-14T00:44:56.341Z","updated_at":"2026-05-14T00:44:59.615Z","avatar_url":"https://github.com/heppu.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secret Santa 🎅🎄\n\nA Christmas-themed web page to reveal your Secret Santa assignment with festive animations and falling snowflakes!\n\n## Features\n\n- 🎁 Beautiful Christmas-themed single-page application\n- ❄️ Animated falling snowflakes\n- 🎉 Gift box reveal animation\n- 🔒 Secret Santa name passed as base64-encoded URL parameter\n- 📱 Fully responsive design\n\n## Usage\n\n### Creating a Secret Santa Link\n\n1. Encode the person's name in base64:\n   ```bash\n   # Using command line (Linux/Mac)\n   echo -n \"John Doe\" | base64\n   # Output: Sm9obiBEb2U=\n   \n   # Using JavaScript console\n   btoa(\"John Doe\")\n   # Output: Sm9obiBEb2U=\n   ```\n\n2. Create the URL with the encoded name:\n   ```\n   index.html?name=Sm9obiBEb2U=\n   ```\n\n### Examples\n\n- For \"Santa Claus\": `index.html?name=U2FudGEgQ2xhdXM=`\n- For \"Rudolph\": `index.html?name=UnVkb2xwaA==`\n- For \"Mrs. Claus\": `index.html?name=TXJzLiBDbGF1cw==`\n\n### Running Locally\n\nSimply open `index.html` in a web browser with the name parameter:\n\n```bash\n# Open in default browser (example for Linux)\nxdg-open \"index.html?name=Sm9obiBEb2U=\"\n\n# Or for macOS\nopen \"index.html?name=Sm9obiBEb2U=\"\n```\n\n### Deploying\n\nDeploy the `index.html` file to any static web hosting service:\n- GitHub Pages\n- Netlify\n- Vercel\n- AWS S3\n- Any web server\n\n## How It Works\n\n1. Open the page with a base64-encoded name parameter\n2. See the animated Christmas gift box\n3. Click the gift box to reveal your Secret Santa assignment\n4. Enjoy the festive reveal animation! 🎉","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheppu%2Fsecret-santa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheppu%2Fsecret-santa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheppu%2Fsecret-santa/lists"}