Skip to content
/ swot-api Public

๐ŸŽ“ An API to identify email addresses that belong to colleges or universities

Notifications You must be signed in to change notification settings

max/swot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SWOT API Build Status XO code style

A simple micro-service that wraps swot-js and provides an API to identify email addresses that belong to colleges or universities.

Usage

$ 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"
}

About

๐ŸŽ“ An API to identify email addresses that belong to colleges or universities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published