{"id":23116619,"url":"https://github.com/nermalcat69/minimal-waitlist","last_synced_at":"2025-05-06T23:18:37.820Z","repository":{"id":268257147,"uuid":"903783985","full_name":"nermalcat69/minimal-waitlist","owner":"nermalcat69","description":"Minimal Waitlist Page with Discord Webhooks","archived":false,"fork":false,"pushed_at":"2024-12-15T22:15:14.000Z","size":230,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T23:18:34.328Z","etag":null,"topics":["waitlist","waitlist-page"],"latest_commit_sha":null,"homepage":"https://waitlist.zerops.xyz","language":"TypeScript","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/nermalcat69.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":"2024-12-15T14:57:04.000Z","updated_at":"2025-02-03T18:48:32.000Z","dependencies_parsed_at":"2024-12-15T16:34:23.489Z","dependency_job_id":null,"html_url":"https://github.com/nermalcat69/minimal-waitlist","commit_stats":null,"previous_names":["nermalcat69/minimal-waitlist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fminimal-waitlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fminimal-waitlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fminimal-waitlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2Fminimal-waitlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nermalcat69","download_url":"https://codeload.github.com/nermalcat69/minimal-waitlist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782862,"owners_count":21803413,"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","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":["waitlist","waitlist-page"],"created_at":"2024-12-17T04:16:51.299Z","updated_at":"2025-05-06T23:18:37.786Z","avatar_url":"https://github.com/nermalcat69.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal Waitlist\n![Frame 302](https://github.com/user-attachments/assets/647a0084-362c-4e55-a677-f78d5722eab5)\n\nMinimal Waitlist Page with Discord Webhooks\n\n\n### How to import to zerops\nGo to zerops dashboard and import this project:\n\n```yml\nproject:\n  name: Minimal Waitlist\nservices:\n  - hostname: app\n    type: nodejs@20\n    buildFromGit: https://github.com/nermalcat69/minimal-waitlist\n    enableSubdomainAccess: true\n```\n\nYou can assign the `DISCORD_WEBHOOK_URL`environment variable in the service dashboard.\n\nMake sure to create and copy your webhook URL from your Discord server:\n\nGo to your server settings.\nNavigate to the desired text channel.\nOpen 'Integrations' \u003e 'Webhooks'.\nCreate a new webhook and copy the webhook URL.\n\n### How to export emails to json in discord channel\n\n1. Go to your waitlist channel on your browser and open developer tools and paste the code block in console.\n   \n```javascript\nconst emailRegex = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/g;\n\nconst allText = document.body.innerText;\n\nconst emails = new Set(allText.match(emailRegex));\n\nconst emailArray = Array.from(emails);\nconst emailJSON = JSON.stringify(emailArray, null, 2);\n\nconst blob = new Blob([emailJSON], { type: 'application/json' });\nconst link = document.createElement('a');\nlink.href = URL.createObjectURL(blob);\nlink.download = 'waitlist-emails.json';\nlink.click();\n\nconsole.log(\"Waitlist exported!!\", emailArray);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnermalcat69%2Fminimal-waitlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnermalcat69%2Fminimal-waitlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnermalcat69%2Fminimal-waitlist/lists"}