{"id":15503143,"url":"https://github.com/johno/ember-mailcheck","last_synced_at":"2025-06-24T13:04:52.937Z","repository":{"id":57224030,"uuid":"29638957","full_name":"johno/ember-mailcheck","owner":"johno","description":"Suggest a domain when your users misspell it in an email address with mailcheck.js.","archived":false,"fork":false,"pushed_at":"2015-12-18T04:52:25.000Z","size":39,"stargazers_count":9,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-29T21:15:47.510Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ember-mailcheck.divshot.io","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/johno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-22T01:31:08.000Z","updated_at":"2018-01-05T08:54:17.000Z","dependencies_parsed_at":"2022-08-30T02:40:36.751Z","dependency_job_id":null,"html_url":"https://github.com/johno/ember-mailcheck","commit_stats":null,"previous_names":["johnotander/ember-mailcheck"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fember-mailcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fember-mailcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fember-mailcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fember-mailcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johno","download_url":"https://codeload.github.com/johno/ember-mailcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250338505,"owners_count":21414199,"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-10-02T09:12:19.311Z","updated_at":"2025-04-22T23:22:22.080Z","avatar_url":"https://github.com/johno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-mailcheck [![Build Status](https://travis-ci.org/johnotander/ember-mailcheck.svg?branch=master)](https://travis-ci.org/johnotander/ember-mailcheck) [![Ember Observer Score](http://emberobserver.com/badges/ember-mailcheck.svg)](http://emberobserver.com/addons/ember-mailcheck)\n\nAn Ember component for the [mailcheck](https://github.com/mailcheck/mailcheck) library to\nimprove the UX of your app by suggesting a domain when your users misspell it in an email address.\n\n## Installation\n\n```sh\nember install ember-mailcheck\n```\n\n## Usage\n\nIn order to create an email input, you can call the `mail-check` component like so:\n\n```hbs\n{{mail-check}}\n```\n\nUpon blur, the email will be validated with mailcheck. If there is no email domain the\nuser will see the following hint: `You seem to be missing an email domain, like @gmail.com or @hotmail.com`.\n\nIf there's a typo in the email field, like `johnotander@gmal.com`, a hint will appear that\nsays `Did you mean johnotander@gmail.com?`. As an added convenience, the email is clickable,\nand will automatically populate the input when clicked.\n\n#### An example with a set value:\n\n```hbs\n{{mail-check value=user.email}}\n```\n\n#### An example with all the options:\n\n```hbs\n{{mail-check\n  name='email'\n  type='email'\n  inputClass='form-input'\n  placeholder='Enter your email'\n  hintMessage='That does not look like a valid email address'\n  suggestionMessage='Did you mean to type'\n  disabled=false\n  required=true\n  title='Provide an email'}}\n```\n\n## Development\n\n### Installation\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n### Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n### Running Tests\n\n* `ember test`\n* `ember test --server`\n\n### Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).\n\n## Thanks to the following\n\n* \u003chttps://github.com/mailcheck/mailcheck\u003e\n\n## License\n\nMIT\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nCrafted with \u003c3 by [John Otander](http://johnotander.com)([@4lpine](https://twitter.com/4lpine)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohno%2Fember-mailcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohno%2Fember-mailcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohno%2Fember-mailcheck/lists"}