This simple website allows you to check multiple application statuses at once. It uses the gem I created that scraps the USCIS website: USCIS Status Checker.
http://uscisstatus.herokuapp.com
Assuming you have Ruby 1.9.2+ with Bundler gem installed:
$ bundle install
$ bundle exec rake db:migrate
$ rails s
This is not the official way to check the status of a USCIS application and it's not endorsed by USCIS either. This website DOESN'T guarantee the information is valid and updated. Use at your own risk.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request