2.0.7 • Published 12 months ago

email-marker-client v2.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
12 months ago

Email Marker API client for Node.js and browser

This is an Email Marker API client for Node.js and browser written in Typescript.

Installation

npm i email-marker-client

or

yarn add email-marker-client

Simple Example

As demonstrated by this example, you can verify email by passing it to Email Marker verification service.

import { EmailMarkerClient } from 'email-marker-client';

...

const emailMarker = new EmailMarkerClient(config.EMAIL_MARKER_API_KEY);

const result = await emailMarker.verify('test@example.com');
console.log(`The email verification result is: ${result}`);

Configuration

You can get an API key in your Email Marker account here.

Please read Email Marker API documentation.

Need Help?

Drop me an email to Mikhail Monchak

2.0.7

12 months ago

2.0.3

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago