{"id":42037728,"url":"https://github.com/johnpc/svelte-crossword","last_synced_at":"2026-01-26T05:11:11.836Z","repository":{"id":214648952,"uuid":"736464767","full_name":"johnpc/svelte-crossword","owner":"johnpc","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-21T17:00:27.000Z","size":24496,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T04:30:01.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://smallcrosswords.com","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/johnpc.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":"2023-12-28T01:38:49.000Z","updated_at":"2026-01-21T17:03:49.000Z","dependencies_parsed_at":"2024-01-08T19:45:55.392Z","dependency_job_id":"b350157a-196c-45f7-9285-8317dfa26a54","html_url":"https://github.com/johnpc/svelte-crossword","commit_stats":null,"previous_names":["johnpc/svelte-crossword"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnpc/svelte-crossword","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpc%2Fsvelte-crossword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpc%2Fsvelte-crossword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpc%2Fsvelte-crossword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpc%2Fsvelte-crossword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnpc","download_url":"https://codeload.github.com/johnpc/svelte-crossword/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpc%2Fsvelte-crossword/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28767049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-01-26T05:11:11.305Z","updated_at":"2026-01-26T05:11:11.830Z","avatar_url":"https://github.com/johnpc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svelte-crossword\n\nThis is an app for playing unlimited crossword minis, built with Svelte and AWS Amplify.\n\n## Installing dependencies\n\nTo install dependencies, run:\n\n```bash\nnpm ci\n```\n\n## Set up environment\n\nYou'll need to configure your environment variables. First copy from the example\n\n```bash\ncp .env.example .env\n```\n\nThen fill in the desired environment variable values. There should be comments in the `.env.example` file that indicate how to get the values that you should set.\n\n## Developing with Amplify\n\nFirst, you'll want to set up a development sandbox in your AWS account. You can do that by running:\n\n```bash\nnpm run sandbox\n```\n\nin a terminal tab. This process will watch for changes in the `amplify/` directory and apply them to your AWS backend resources. This includes auth (Cognito), storage (S3), and api (AppSync/DynamoDb) resources.\n\nOnce your resources are deployed, a file named `src/amplify_outputs.json` will be written. Now your app will use the AWS resources you've just deployed.\n\nStart by seeding your database:\n\n```bash\nnpm run seed\n```\n\n## Developing Svelte\n\nStart a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\nNow you can open http://localhost:5175/ to see your app in action (including hot reloading as you update the source code).\n\n## Deleting User Accounts\n\nTo delete a user account (for GDPR/privacy requests):\n\n```bash\n# Dry-run mode (shows what would be deleted, but doesn't delete):\nnpx tsx delete-user-account.ts user@example.com\n\n# Actually delete the account:\nDRY_RUN=false npx tsx delete-user-account.ts user@example.com\n```\n\nThis script will:\n\n1. Find the user in Cognito by email\n2. Find their profile and completed puzzles in the SQL database\n3. Show what will be deleted (dry-run mode by default)\n4. Delete all user data when `DRY_RUN=false` (puzzles first, then profile, then Cognito account)\n\nMake sure your `.env` file has `SQL_CONNECTION_STRING` and `COGNITO_USER_POOL_ID` configured.\n\n## Deploying\n\nDeploy this application to your own AWS account in one click:\n\n[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/johnpc/svelte-crossword)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpc%2Fsvelte-crossword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnpc%2Fsvelte-crossword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpc%2Fsvelte-crossword/lists"}