{"id":20594473,"url":"https://github.com/byteplant/email-validator-net","last_synced_at":"2025-10-29T09:33:54.225Z","repository":{"id":4251627,"uuid":"52005611","full_name":"byteplant/email-validator-net","owner":"byteplant","description":"NodeJS wrapper for the email-validator.net API","archived":false,"fork":false,"pushed_at":"2023-01-04T00:38:42.000Z","size":479,"stargazers_count":3,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T22:19:12.330Z","etag":null,"topics":["byteplant","cleaning","cleaning-data","data-quality","data-validation","email","email-cleaning","email-marketing","email-validation","email-verification","javascript","node-js","node-module","typescript","validation","verification"],"latest_commit_sha":null,"homepage":"https://www.email-validator.net/api.html","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/byteplant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["janek26"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"paypal.me/jrahrt"}},"created_at":"2016-02-18T12:26:59.000Z","updated_at":"2022-10-04T09:44:50.000Z","dependencies_parsed_at":"2023-01-13T13:02:04.275Z","dependency_job_id":null,"html_url":"https://github.com/byteplant/email-validator-net","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Femail-validator-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Femail-validator-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Femail-validator-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Femail-validator-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byteplant","download_url":"https://codeload.github.com/byteplant/email-validator-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248979106,"owners_count":21192901,"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":["byteplant","cleaning","cleaning-data","data-quality","data-validation","email","email-cleaning","email-marketing","email-validation","email-verification","javascript","node-js","node-module","typescript","validation","verification"],"created_at":"2024-11-16T08:09:07.572Z","updated_at":"2025-10-05T12:16:10.886Z","avatar_url":"https://github.com/byteplant.png","language":"TypeScript","funding_links":["https://github.com/sponsors/janek26","paypal.me/jrahrt"],"categories":[],"sub_categories":[],"readme":"# email-validator-net\n\nA small library providing a wrapper for [api.email-validator.net](https://www.email-validator.net/api.html)\n\n## Installation\n\n```shell\nnpm install email-validator-net\n# or\nyarn add email-validator-net\n```\n\n## Usage\n\nES6 or TypeScript usage:\n\n```js\nimport EmailValidator from 'email-validator-net'\n\n// YOUR_API_KEY is a string\nconst validatorInstance = EmailValidator(YOUR_API_KEY)\n\n// validatorInstance is a function and takes one argument\n// argument must be a string\n// validatorInstance returns a promise\nconst responseObject = await validatorInstance(EMAIL_TO_VALIDATE) // EMAIL_TO_VALIDATE is a string\n\n// responseObject looks like this:\n// {\n//   apiKey,        // used apikey\n//   email,         // validated email address\n//   statusCode,    // statusCode of the service\n//                  // =\u003e http://www.email-validator.net/email-verification-results.html\n//   statusString,  // status as string\n//   fullResponse,  // object with the full response from the service\n// }\n```\n\n## Tests\n\n```shell\nyarn test\n```\n\n## Release History\n\n- 2.0.0 Rewrite in Typescript and using Promises\n- 0.1.0 Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteplant%2Femail-validator-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteplant%2Femail-validator-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteplant%2Femail-validator-net/lists"}