priority-date

1.3.2 • Public • Published

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

Package Sidebar

Install

npm i priority-date

Weekly Downloads

1

Version

1.3.2

License

MIT

Last publish

Collaborators

  • shanshanyang