esp-list

0.1.2 • Public • Published

esp-list

A list of Email Service Providers.

Installation

npm install esp-list

Usage

const esps = require('esp-list')

esps will be a JSON object with the following structure:

[
  {
    name: "ESP name",
    url: "https://www.example.com/"
  },
  {
    // ...
  }
]

Package Sidebar

Install

npm i esp-list

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

30.7 kB

Total Files

6

Last publish

Collaborators

  • cossssmin