1.1.0-alpha.1 • Published 12 months ago
howdygo-company-email-validator v1.1.0-alpha.1
company-email-validator
Provides a fast company / work email validator by checking whether the email domain is in the free email provider list. Note: does not check SMTP servers and MX records currently (i.e. doesn't do deep validation).
Do you worry about tomorrow? This short film gives hope for whatever may come.
Made with :heart: by Utterly (noise removal for online meetings)
Installation
Install via NPM:
npm install company-email-validatorInstall via yarn:
yarn add company-email-validatorUsage
javascript
var CompanyEmailValidator = require("company-email-validator");
CompanyEmailValidator.isCompanyEmail("test@utterly.app"); // true
CompanyEmailValidator.isCompanyEmail("test@gmail.com"); // falseTypeScript
import * as CompanyEmailValidator from 'company-email-validator';
CompanyEmailValidator.isCompanyEmail("test@utterly.app"); // true
CompanyEmailValidator.isCompanyEmail("test@gmail.com"); // falseContribute
Contributions welcome! Check the LICENSE file for more info.
Meta
- batyrlan@utterly.app
Distributed under the unlicense public domain. See LICENSE for more information.
1.1.0-alpha.1
12 months ago