Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
/ tidyaddr-js Public archive
forked from tidyaddr/tidyaddr-js

tidy addr implementation for nodejs. Use with postgres, csv. must have an 'address' column

License

Notifications You must be signed in to change notification settings

BNIA/tidyaddr-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tidyaddr-js

tidy addr implementation for nodejs. Use with csv.

Installation

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.

Usage

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.

About

tidy addr implementation for nodejs. Use with postgres, csv. must have an 'address' column

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%