priority-date
v1.3.2
Published
Green card Priority Date checker
Downloads
3
Maintainers
Readme
Green Card Priority Date
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.
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
});