{"id":19326115,"url":"https://github.com/bartko-s/email-autocomplete","last_synced_at":"2025-07-28T14:08:09.319Z","repository":{"id":57222785,"uuid":"143170704","full_name":"bartko-s/email-autocomplete","owner":"bartko-s","description":"Email domain autocomplete helper","archived":false,"fork":false,"pushed_at":"2020-01-13T20:54:49.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T18:52:38.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/bartko-s.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}},"created_at":"2018-08-01T14:55:37.000Z","updated_at":"2020-01-13T20:54:51.000Z","dependencies_parsed_at":"2022-08-28T21:41:31.154Z","dependency_job_id":null,"html_url":"https://github.com/bartko-s/email-autocomplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bartko-s/email-autocomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Femail-autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Femail-autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Femail-autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Femail-autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartko-s","download_url":"https://codeload.github.com/bartko-s/email-autocomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Femail-autocomplete/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267527835,"owners_count":24102019,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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-10T02:12:31.311Z","updated_at":"2025-07-28T14:08:09.292Z","avatar_url":"https://github.com/bartko-s.png","language":"TypeScript","funding_links":["https://paypal.me/stevo4"],"categories":[],"sub_categories":[],"readme":"# Email Autocomplete\n\n[![Donate on PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/stevo4) \n \n[Online DEMO](https://email-autocomplete.stefanbartko.sk/)\n\nSimple helper which help you add email autocompletion of popular email domain to your mail input fields.\n\n## Installation\n\n`npm install email-autocomplete --save`\n\n## Usage\n- ES2015 module import\n```\nimport * as EmailAutocomplete from 'email-autocomplete';\n\nlet suggestedAddreses = EmailAutocomplete.search(\"test@gm\");\n```\n\n- load via script tag\n```\n\u003cscript src=\"dist/email-autocomplete.min.js\"\u003e\u003c/script\u003e\n\nlet suggestedAddreses = EmailAutocomplete.search(\"test@gm\");    \n```\n\n- use UNPKG CDN\n\n see [UNPKG](https://unpkg.com)\n\n\n## Example usage with jQueryUI autocomplete\n```\n$('#email-input').autocomplete({\n    minLength: 3,\n    source: function (request, response) {\n        response(EmailAutocomplete.search(request.term));\n    }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartko-s%2Femail-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartko-s%2Femail-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartko-s%2Femail-autocomplete/lists"}