This tool screen scrapes incometaxpro.net pages and turns it into the JSON structure used by taxee.
- Make sure your local dev environment has Node >= 8.0 installed
- In the command line, navigate to the project root directory and run
npm install
- Run
npm start
to run the program. - Output files will be put in the "output" folder
npm run create-csv
- Install ndb
- Set any desired breakpoints in the code using
debugger;
; - Run
ndb npm start
;