{"id":20631951,"url":"https://github.com/meehow/node-validate-email-dns","last_synced_at":"2025-04-15T18:54:30.617Z","repository":{"id":57390172,"uuid":"37874503","full_name":"meehow/node-validate-email-dns","owner":"meehow","description":"Validates email using DNS query and RegExp","archived":false,"fork":false,"pushed_at":"2015-06-30T05:23:57.000Z","size":132,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T23:51:14.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/meehow.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":"2015-06-22T18:55:25.000Z","updated_at":"2021-09-05T14:18:22.000Z","dependencies_parsed_at":"2022-09-19T03:02:40.784Z","dependency_job_id":null,"html_url":"https://github.com/meehow/node-validate-email-dns","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/meehow%2Fnode-validate-email-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meehow%2Fnode-validate-email-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meehow%2Fnode-validate-email-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meehow%2Fnode-validate-email-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meehow","download_url":"https://codeload.github.com/meehow/node-validate-email-dns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135763,"owners_count":21218365,"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-16T14:14:27.480Z","updated_at":"2025-04-15T18:54:30.600Z","avatar_url":"https://github.com/meehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Code Climate](https://codeclimate.com/github/meehow/node-validate-email-dns/badges/gpa.svg)](https://codeclimate.com/github/meehow/node-validate-email-dns)\n[![Build Status](https://travis-ci.org/meehow/node-validate-email-dns.svg)](https://travis-ci.org/meehow/node-validate-email-dns)\n\nInstallation\n------------\n\n`npm install validate-email-dns`\n\n\nUsage\n-----\n\n```javascript\nvar co = require('co');\nvar validate = require('validate-email-dns');\n\nco.wrap(validate)('test@example.com').then(function(correct) {\n  if (correct) {\n    console.log('This email address is correct');\n  } else {\n    console.log('This email address is incorrect');\n  }\n});\n```\n\nFeatures\n--------\n* Flow based on generators\n* Checks if domain name is registered and has valid `MX` or `A` record\n* Domain specific rules for popular email providers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeehow%2Fnode-validate-email-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeehow%2Fnode-validate-email-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeehow%2Fnode-validate-email-dns/lists"}