{"id":13748843,"url":"https://github.com/hansemannn/titanium-recaptcha","last_synced_at":"2025-04-15T20:42:19.452Z","repository":{"id":142791373,"uuid":"94632953","full_name":"hansemannn/titanium-recaptcha","owner":"hansemannn","description":"Use the native Android reCAPTCHA API in Appcelerator Titanium with Hyperloop","archived":false,"fork":false,"pushed_at":"2018-02-11T17:32:49.000Z","size":1266,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T01:11:22.820Z","etag":null,"topics":["android","hyperloop","recaptcha","titanium"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/hansemannn.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}},"created_at":"2017-06-17T15:39:17.000Z","updated_at":"2021-07-14T02:25:38.000Z","dependencies_parsed_at":"2023-03-18T06:01:05.864Z","dependency_job_id":null,"html_url":"https://github.com/hansemannn/titanium-recaptcha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-recaptcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-recaptcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-recaptcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-recaptcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansemannn","download_url":"https://codeload.github.com/hansemannn/titanium-recaptcha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249151669,"owners_count":21221089,"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":["android","hyperloop","recaptcha","titanium"],"created_at":"2024-08-03T07:00:50.732Z","updated_at":"2025-04-15T20:42:19.417Z","avatar_url":"https://github.com/hansemannn.png","language":"JavaScript","readme":"# reCAPTCHA in Appcelerator Titanium\n\nUse the native Android [reCAPTCHA API](https://developer.android.com/training/safetynet/recaptcha.html) in Appcelerator Titanium with Hyperloop.\n\n⚠️ This module is still in development and cannot be used, yet! Feel free to check-out the \nremaining \"TODO\" comments to address those.\n\n## Example\n```js\nvar reCAPTCHA = require('ti.recaptcha');\n\n// Initialize service\nreCAPTCHA.initialize('\u003cYOUR_SITE_KEY\u003e');\n\n// Verify current activity\nreCAPTCHA.verify(function(e) {\n    if (e.success === false) {\n        Ti.API.error('Error verifying current window: ' + e.error);\n        return;\n    }\n\n    alert('YEY!');\n});\n```\nPlease check [Resources/app.js](./Resources/app.js) for a full example.\n\n## Authors\n- Hans Knöchel ([@hansemannnn](https://twitter.com/hansemannnn) / [Web](http://hans-knoechel.de))\n\n## License\nMIT\n\n## Contributing\nCode contributions are greatly appreciated, please submit a new [pull request](https://github.com/hansemannn/titanium-recaptcha/pull/new/master)!\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-recaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansemannn%2Ftitanium-recaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-recaptcha/lists"}