1.1.4 • Published 5 years ago

pingity v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Pingity-js

Includes functions to validate an email address through the Pingity API, as well as through a basic regex validation.

var Pingity = require('pingity');

To make an Ajax call to the Pingity API:

Pingity.validate("address@example.com")

This will return pass, fail or warning messages based on the test results from Pingity.

To bypass Pingity and run basic regex verification:

Pingity.basic("address@example.com")

This will return either "Format Valid" or "Invalid email address".


Recently updated with a small Mocha/Chai test suite.

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago