Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

email-marker-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-marker-client

Email Marker API client for Node.js and browser

  • 2.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 01 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc