@seedalpha/whitelist

1.0.10 • Public • Published

#Seed Whitelist

Module for storing target audience domains in a whitelist, and a function to check if email is in the whitelist

Changelog

1.0.0:

  • init

Usage

var whitelist = require('seed-whitelist);

var email = 'abc@gmail.com';

if (whitelist(email)) { console.log('this is whitelisted'); }

Authors

Marvin Lam lam@seedalpha.net

License

©2015 Seedalpha

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @seedalpha/whitelist

      Weekly Downloads

      0

      Version

      1.0.10

      License

      ©2015 SeedAlpha

      Unpacked Size

      45.9 kB

      Total Files

      4

      Last publish

      Collaborators

      • tom.raggett.trcuk.com
      • ac_inc