{"id":29491104,"url":"https://github.com/osuph/circlesofpurification","last_synced_at":"2026-05-20T07:37:54.382Z","repository":{"id":304229339,"uuid":"1017820442","full_name":"osuph/circlesofpurification","owner":"osuph","description":"A simple e-Stamp Single-Page Application for your e-Stamp things","archived":false,"fork":false,"pushed_at":"2025-10-01T15:41:52.000Z","size":136,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T16:34:16.127Z","etag":null,"topics":["estamp","html5","shoelace","spa","web-components"],"latest_commit_sha":null,"homepage":"https://circlesofpurification.netlify.app/","language":"JavaScript","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/osuph.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}},"created_at":"2025-07-11T06:37:46.000Z","updated_at":"2025-10-01T15:12:14.000Z","dependencies_parsed_at":"2025-07-11T20:43:40.186Z","dependency_job_id":null,"html_url":"https://github.com/osuph/circlesofpurification","commit_stats":null,"previous_names":["osuph/circlesofpurification"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osuph/circlesofpurification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osuph%2Fcirclesofpurification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osuph%2Fcirclesofpurification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osuph%2Fcirclesofpurification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osuph%2Fcirclesofpurification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osuph","download_url":"https://codeload.github.com/osuph/circlesofpurification/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osuph%2Fcirclesofpurification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33250372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"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":["estamp","html5","shoelace","spa","web-components"],"created_at":"2025-07-15T14:00:47.592Z","updated_at":"2026-05-20T07:37:54.352Z","avatar_url":"https://github.com/osuph.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Circles of purification e-stamp webapp\n\nThis is a simple HTML5 Single Page Application (SPA) that allows users to scan QR codes to complete tasks and earn e-stamps. The app is designed to be lightweight and easy to use, with a focus on user experience.\n\n## Development\n\nTo run the app locally, you can use `vite` or any other static server. Here's how to do it with `vite`:\n\n1. Navigate to the project directory:\n\n   ```bash\n   cd /path/to/circlesofpurification\n    ```\n\n2. Run the development server:\n    ```bash\n    npm run dev # or `npx vite dev`\n    ```\n\n# Adding tasks\n\nTasks are defined in `tasks.json`. A minimal example may look like this:\n\n```json\n[\n    {\n        \"name\": \"The First Spark\",\n        \"desc\": \"Locate the ancient glyph that ignites the journey.\",\n        \"flag\": \"purification_01\"\n    }\n]\n```\n\nWhere:\n\n- `name`: The name of the task.\n- `desc`: A brief description of the task.\n- `flag`: A unique identifier for the task, used to verify completion.\n\nTo be able to complete a task, the user must scan a QR code that contains the `flag` value. The app will then check if the scanned value matches any of the tasks defined in `tasks.json`. Make sure to generate QR codes for the `flag` values of your tasks. You can use any QR code generator, such as [qr-code-generator.com](https://www.qr-code-generator.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosuph%2Fcirclesofpurification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosuph%2Fcirclesofpurification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosuph%2Fcirclesofpurification/lists"}