ssa-parse

0.0.2 • Public • Published

Social Security copy/paste parser

https://ssa.tools/ includes a tool, which has been extracted for as a stand-alone module, to capture social security wage information by copy & pasting from the social security website.

Usage, copy/paste data from the social security website into a file:

    import { parsePaste } from 'ssa-parse';
    import { readFileSync } from 'fs';

    const pasteData = readFileSync('./earnings-record.txt', 'utf8');
    const earnings = parsePaste(pasteData);

Readme

Keywords

Package Sidebar

Install

npm i ssa-parse

Homepage

ssa.tools/

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

23.4 kB

Total Files

9

Last publish

Collaborators

  • cmcnulty