Green Card Priority Date

This package is deprecated due to recent update to U.S Visa website

travis build version Coverage Status dependencies devDependencies MIT License

priority-date gives you all the most recent priority date data from the U.S. Visa website.

Usage

// 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
});