Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable mechanisms for updating the free email domains in a running app #24

Open
unitive-jim opened this issue Apr 23, 2016 · 0 comments

Comments

@unitive-jim
Copy link

Thanks for providing this module, it's very useful. We'd like to have a mechanism to update the list of free email domains in a deployed application without deploying a new release. We've built a thin layer around this module so that the list of free email domains is stored in a database, which we query for each test of an email address. Should we need to update the list, DevOps can update the database for the running application.

We want to seed the database from this module. We could do this by locating the underlying data files in the file system, but the location of the files is not stable due to npm's dedupe & flatting of packages under node_modules. It would be nice if this module simply provided accessors for the underlying lists.

PR to follow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant