public
Description: EveryBlock's address extractor in a command-line utility
Homepage:
Clone URL: git://github.com/DanaDanger/addresses.git
bmitchell (author)
Fri Jul 10 11:40:21 -0700 2009
bitbckt (committer)
Fri Jul 10 11:43:15 -0700 2009
name age message
file COPYING Loading commit data...
file README
file addresses
README
EveryBlock's address extractor in a command-line utility

Usage: addresses [<default city>]

Text is read from stdin. Addresses in the text are printed to stdout, one
line per address. If an address lacks a city, the default city is appended
(if a default city was provided on the command line).

Examples
--------

Find addresses on a web page:
curl http://www.springsgov.com/units/police/policeblotter.asp | addresses

Find addresses in a text file:
addresses < foo.txt

Find addresses in a text file and geocode them (assumes you have a geocode
command-line utility):
addresses < foo.txt | xargs -I ADDRESS geocode ADDRESS