/SSAParser

A tool to parse your Social Security Administration earnings PDF into your projected full retirement benefit

Primary LanguageJavaScriptMIT LicenseMIT

#SSAParser

A tool to parse your Social Security Administration earnings PDF into your projected full retirement benefit.

Application is deployed on Heroku if you want to test it out.

This is HTML5 application, built with Brunch and uses PDF.js to parse the PDF all in the browser.

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Bower: npm install -g bower
    • Brunch plugins and Bower dependencies: npm install & bower install.
  • Run:
    • brunch watch -s — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • brunch build --production — builds minified project for production