Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 311 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 311 Bytes

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/"
  },
  {
    // ...
  }
]