Provides a fast company / work email validator by checking whether the email domain is in the free email provider list.
npm install company-email-validatorGood News of the Lord Jesus Christ: https://youtu.be/t1BWSOVNm4A
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).
)

Made with :heart: by a follower of Jesus Christ
``bash
npm install company-email-validator
`
Install via yarn:
`bash
yarn add company-email-validator
`
#### javascript
`javascript
var CompanyEmailValidator = require("company-email-validator");
CompanyEmailValidator.isCompanyEmail("test@utterly.app"); // true
CompanyEmailValidator.isCompanyEmail("test@gmail.com"); // false
`
#### TypeScript
`typescript
import * as CompanyEmailValidator from 'company-email-validator';
CompanyEmailValidator.isCompanyEmail("test@utterly.app"); // true
CompanyEmailValidator.isCompanyEmail("test@gmail.com"); // false
`
Contributions welcome! Check the LICENSE file for more info.
* batyrlan@utterly.app
Distributed under the unlicense public domain. See LICENSE` for more information.