1.0.3 • Published 12 months ago

school-email-verifier v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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.

version

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.

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago