Node.js module to export large mailing lists from Mailgun.
Returns a JSON object of every member of a given mailing list. Mailgun's API only returns a maximum of 100 at a time.
npm install mailgun-list-export
var mailgunListExport = require('mailgun-list-export');
mailgunListExport.fetchMembers(apiKey, listName, callback);