openvenues / node-postal

NodeJS bindings to libpostal for fast international address parsing/normalization
MIT License
219 stars 76 forks source link

Documentation #38

Closed tblobaum closed 2 years ago

tblobaum commented 2 years ago

Hi, thanks for making node-postal. It seems to be the best option short of paying for a monthly subscription. However, the keys returned with parse_address are not documented. Is there a list of all of them somewhere? It looks like they aren't all in the tests, either.

missinglink commented 2 years ago

They are documented here? https://github.com/openvenues/libpostal#parser-labels

tblobaum commented 2 years ago

@missinglink okay thank you