Skip to content

jpray/tax-tables-screen-scrapper

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published