Lpgrid

Last Pass Grid reader

Build Status Code Climate

Last pass introduced another layer of protection with Grid card. This small Ruby program is here to help you read you grid card information more easily.

Requirements

ruby 2.0 or greater

Installation

git clone git@github.com:equivalent/lpgrid.git

Usage

cd lpgrid
bin/lpgrid

Tests

To run tests trigger

rake

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes with TESTS (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request