tax-tables-screen-scrapper

This tool screen scrapes incometaxpro.net pages and turns it into the JSON structure used by taxee.

Getting Started

  • 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

Generate CSV

  • npm run create-csv

Debugging Tips

  • Install ndb
  • Set any desired breakpoints in the code using debugger;;
  • Run ndb npm start;