{"id":19859410,"url":"https://github.com/dmitry-stepanenko/blinkcard-ionic-native","last_synced_at":"2026-06-13T05:32:13.926Z","repository":{"id":138821339,"uuid":"242112245","full_name":"dmitry-stepanenko/blinkcard-ionic-native","owner":"dmitry-stepanenko","description":"Based on @ionic-native/blinkid package","archived":false,"fork":false,"pushed_at":"2020-03-03T12:33:44.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T09:44:31.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dmitry-stepanenko.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}},"created_at":"2020-02-21T10:22:27.000Z","updated_at":"2023-01-06T13:16:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"45e9675a-319a-463e-b1c1-40c50c41099c","html_url":"https://github.com/dmitry-stepanenko/blinkcard-ionic-native","commit_stats":null,"previous_names":["cuddlemeister/blinkcard-ionic-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmitry-stepanenko/blinkcard-ionic-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry-stepanenko%2Fblinkcard-ionic-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry-stepanenko%2Fblinkcard-ionic-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry-stepanenko%2Fblinkcard-ionic-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry-stepanenko%2Fblinkcard-ionic-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitry-stepanenko","download_url":"https://codeload.github.com/dmitry-stepanenko/blinkcard-ionic-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry-stepanenko%2Fblinkcard-ionic-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34273788,"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-13T02:00:06.617Z","response_time":62,"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":"2024-11-12T14:27:08.231Z","updated_at":"2026-06-13T05:32:13.911Z","avatar_url":"https://github.com/dmitry-stepanenko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlinkId\n\n```\n$ ionic cordova plugin add blinkcard-cordova --variable CAMERA_USAGE_DESCRIPTION=\"Enable your camera so that you can scan your ID to validate your account\"\n$ npm install blinkcard-ionic-native\n```\n\n## Usage Documentation\n\nPlugin Repo: [https://github.com/cuddlemeister/blinkcard-cordova](https://github.com/cuddlemeister/blinkcard-cordova)\n\nMicroblink SDK wrapper for barcode and document scanning. See the\nblinkid-phonegap repository for available recognizers and other settings\n\n## Usage Example\n\n```typescript\nimport { BlinkCard, RecognizerResultState } from 'blinkcard-ionic-native/ngx';\n\nconstructor(private blinkCard: BlinkCard) { }\n\nconst overlaySettings = new this.blinkCard.BlinkCardOverlaySettings();\nconst recognizer = new this.blinkCard.BlinkCardRecognizer();\nrecognizer.returnFullDocumentImage = false;\nrecognizer.detectGlare = true;\nrecognizer.extractCvv = true;\nrecognizer.extractValidThru = true;\nrecognizer.extractOwner = true;\nconst recognizerCollection = new this.blinkCard.RecognizerCollection([recognizer]);\nconst canceled = await this.blinkCard.scanWithCamera(\n  overlaySettings,\n  recognizerCollection,\n  {\n    ios: '', //iOS License Key\n    android: '' //Android License Key\n  },\n);\nif (!canceled) {\n  if (recognizer.result.resultState === RecognizerResultState.valid) {\n    const results = recognizer.result;\n    if (results.resultState === RecognizerResultState.valid) {\n      const ccInfo = {\n        cardNumber: Number(results.cardNumber),\n        expirationMonth: Number(results.validThru.month),\n        expirationYear: Number(results.validThru.year),\n        cvv: Number(results.cvv)\n      };\n    }\n  }\n}\n```\n\n## Supported platforms\n- iOS\n- Android\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitry-stepanenko%2Fblinkcard-ionic-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitry-stepanenko%2Fblinkcard-ionic-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitry-stepanenko%2Fblinkcard-ionic-native/lists"}