/correos-codigo-postal

Node cli tool for scraping chilean postal codes

Primary LanguageJavaScript

#Código postal CLI - Correos Chile

Node cli tool for scraping chilean postal codes

Requirements

  • node.js >=4

Install

npm install

Running

For cli prompt:

node find-postal-code.js

Or you can pass the arguments as flags:

node find-postal-code.js --street waterloo --street_number 1522 --commune "las condes"

Testing

TODO