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('user@harvard.edu'); // true
Verifier.getSchoolName('user@dartmouth.edu'); // Dartmouth College
Contribute
Contributions welcome! Check the LICENSE
file for more info.