A simple micro-service that wraps swot-js and provides an API to identify email addresses that belong to colleges or universities.
$ curl 'https://swot-api.now.sh/?email=EMAIL'
{
"email": "foo@bar.com",
"is_academic": false,
"institution": null
}
{
"email": "foo@mit.edu",
"is_academic": true,
"institution": "Massachusetts Institute of Technology"
}