school-email-verifier
v1.0.3
Published
Library to check whether email is academic by checking extensive list.
Downloads
9
Maintainers
Readme
school-email-verifier
Provides a fast academic email validator by checking whether the email domain is in our extensive list of academic domains which includes over 9000 domains.
Note: List only contains list of universities and colleges in the United States.
Installation
Install via NPM:
npm school-email-verifier
Install via yarn:
yarn school-email-verifier
Usage
javascript
const Verifier = require('school-email-verifier');
Verifier.isAcademic('[email protected]'); // true
Verifier.getSchoolName('[email protected]'); // Dartmouth College
Contribute
Contributions welcome! Check the LICENSE
file for more info.