This package is deprecated due to recent update to U.S Visa website
priority-date gives you all the most recent priority date data from the U.S. Visa website.
// ES6
import priorityDate from 'priority-date';
// CommonJS
// var priorityDate = require('priority-date').default;
priorityDate().then(function(result) {
console.log(result); // Priority Date data
}, function(err) {
console.log(err); // Error
});