1.3.2 • Published 9 years ago

priority-date v1.3.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago