{"id":21065079,"url":"https://github.com/prolificinteractive/houseofcards","last_synced_at":"2025-05-16T02:32:58.306Z","repository":{"id":144531918,"uuid":"22362384","full_name":"prolificinteractive/HouseOfCards","owner":"prolificinteractive","description":"Android tools for working with a house of (credit) cards","archived":false,"fork":false,"pushed_at":"2017-05-16T13:53:14.000Z","size":143,"stargazers_count":27,"open_issues_count":0,"forks_count":12,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-03T19:11:32.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/prolificinteractive.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":"2014-07-29T00:22:30.000Z","updated_at":"2024-12-16T23:18:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"dde4232b-5674-46aa-ac47-3f08aee7f1c6","html_url":"https://github.com/prolificinteractive/HouseOfCards","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FHouseOfCards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FHouseOfCards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FHouseOfCards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FHouseOfCards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prolificinteractive","download_url":"https://codeload.github.com/prolificinteractive/HouseOfCards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254456231,"owners_count":22074131,"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":[],"created_at":"2024-11-19T17:53:25.062Z","updated_at":"2025-05-16T02:32:58.301Z","avatar_url":"https://github.com/prolificinteractive.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# House Of Cards\n[![Travis build status](https://img.shields.io/travis/prolificinteractive/houseofcards.svg?style=flat-square)](https://travis-ci.org/prolificinteractive/houseofcards)\n\n_Tools for working with a house of (credit) cards._\n\n![FRANK UNDERWOOD](http://img4.wikia.nocookie.net/__cb20140215085441/house-of-cards/images/9/9f/Season_2_Chapter_26.jpg)\n\n## Installation\n\n```gradle\ncompile 'com.prolificinteractive:houseofcards:1.0.1'\n```\n\n## Usage\n\nAdd a textWatcher to your EditText:\n```\neditText.addTextChangedListener(new CreditCardTextWatcher());\n```\n\nYou can also pass in your own instance of `CreditCardUtil` to control what card types are used:\n\n```\nCreditCardUtil cardUtil = new CreditCardUtil(CreditCardUtil.VISA);\neditText.addTextChangedListener(new CreditCardTextWatcher(cardUtil));\n```\n\nAnd you're not just limited to built in types! Just implement `CreditCard`!\n\n## Contributing to House Of Cards\n\nTo report a bug or enhancement request, feel free to file an issue under the respective heading.\n\nIf you wish to contribute to the project, fork this repo and submit a pull request. Code contributions should follow the standards specified in the [Prolific Android Style Guide](https://github.com/prolificinteractive/android-code-styles).\n\n## License\n\n![prolific](https://s3.amazonaws.com/prolificsitestaging/logos/Prolific_Logo_Full_Color.png)\n\nCopyright (c) 2017 Prolific Interactive\n\nHouseOfCards is maintained and sponsored by Prolific Interactive. It may be redistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: ./LICENSE\n\n## Name Disclaimer\n\nThis project is in no way affiliated with the Netflix Original Series _House of Cards_ or the UK television series of the same name.\nThis project is about credit card validation, not corrupt politicians.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolificinteractive%2Fhouseofcards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprolificinteractive%2Fhouseofcards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolificinteractive%2Fhouseofcards/lists"}