tidy addr implementation for nodejs. Use with csv.
first install NodeJS: https://nodejs.org/en/ once nodejs is installed, download and unzip or clone this repository (download link can be found on the right) use a terminal or cmd.exe to get into the folder where you cloned or unzipped the package. type "npm install" into the terminal/cmd.exe.
Make sure your csv has only one column, which should be named "address". type into the command line: "node tidyaddr.js clean-csv <your-input-file> <your-output-file>". It will say "done" when finished.