Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 899 Bytes

A simple email validation API.

Give us an email and we make sure its legit. If not, you'll find out why.

Check it out live at http://emailpie.com/

Features

Install/Usage

Make sure redis is installed and running on the standard ports!

  1. git clone git@github.com:bryanhelmig/emailpie.git
  2. cd emailpie
  3. mkvirtualenv emailpie
  4. pip install -r requirements
  5. python rundev.py
  6. Visit http://localhost:5000/v1/check?email=test@gmail.com