{"id":15471841,"url":"https://github.com/thadeu/checker-email","last_synced_at":"2025-04-06T01:42:39.665Z","repository":{"id":57165756,"uuid":"154460354","full_name":"thadeu/checker-email","owner":"thadeu","description":"Email Checker is a email verification tool.","archived":false,"fork":false,"pushed_at":"2020-07-27T13:08:35.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T07:54:30.781Z","etag":null,"topics":["checker","checker-email","email-validate","kick-email","smtp"],"latest_commit_sha":null,"homepage":null,"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/thadeu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-24T07:49:39.000Z","updated_at":"2020-07-27T13:08:37.000Z","dependencies_parsed_at":"2022-08-30T15:10:24.676Z","dependency_job_id":null,"html_url":"https://github.com/thadeu/checker-email","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/thadeu%2Fchecker-email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Fchecker-email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Fchecker-email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Fchecker-email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thadeu","download_url":"https://codeload.github.com/thadeu/checker-email/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423494,"owners_count":20936622,"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":["checker","checker-email","email-validate","kick-email","smtp"],"created_at":"2024-10-02T02:21:57.099Z","updated_at":"2025-04-06T01:42:39.648Z","avatar_url":"https://github.com/thadeu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checker Email Verification\n\n[![NPM package version](https://img.shields.io/npm/v/@thadeu/checker-email.svg)](https://www.npmjs.com/package/@thadeu/checker-email)\n[![Build Status](https://travis-ci.org/thadeu/checker-email.svg?branch=master)](https://travis-ci.org/thadeu/checker-email)\n![Minified size](http://img.badgesize.io/thadeu/checker-email/master/dist/checker-email.min.js.svg?label=min+size)\n![Minified+Gzip size](http://img.badgesize.io/thadeu/checker-email/master/dist/checker-email.min.js.svg?compression=gzip\u0026label=min%2Bgzip+size)\n![License: MIT](https://img.shields.io/npm/l/@thadeu/checker-email.svg)\n\nEmail Checker is a email verification tool. and more\n\n# Instalation\nThis lib is available as a NPM package. To install it, use the following command:\n\n```bash\nnpm install @thadeu/checker-email --save\n```\n\nIf you're using Yarn (and you should):\n\n```bash\nyarn add @thadeu/checker-email\n```\n\n### How to use?\n\n```\nimport * as CheckerEmail from '@thadeu/checker-email';\n```\n\n```js\nCheckerEmail.verify(your_email, (err, data) =\u003e {})\n```\n\n## Expected data\n\n### reason\ntype: `unknown|invalid_email|invalid_domain|timeout|unavailable_smtp|invalid_mx_record|invalid_email|accepted_email|failed_received_email`\n\n### smtp_ok \ntype: `true|false`\n\n### role\ntype: `true|false`\n\n### mx_found\ntype: `true|false`\n\n### mx_records\ntype: `true|false`\n\n### smtp_ok\ntype: `true|false`\n\n### result\ntype: `undeliverable|deliverable|risky|unknown`\n\n### disposable\nchecks if the email belongs to the trusted list\ntype: `true|false`\n\n### assurance_quality\nscore email quality\ntype: `float`\n\n### valid_format\nchecks if email have a valid format\ntype: `true|false`\n\n## Do you developer?\n\n**watching tests**\n\n```js\nnpm run test\n```\n\nWe going to enjoy!!\n\n# Contributing\n\nOnce you've made your great commits (include tests, please):\n\n1. Fork this repository\n2. Create a topic branch - `git checkout -b my_branch`\n3. Push to your branch - `git push origin my_branch`\n4. Create a pull request\n\nThat's it!\n\nPlease respect the indentation rules and code style. And use 2 spaces, not tabs. And don't touch the version thing or distribution files; this will be made when a new version is going to be released.\n\n## License\n(The MIT License)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthadeu%2Fchecker-email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthadeu%2Fchecker-email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthadeu%2Fchecker-email/lists"}