Hi Damon,
I use your js module for parsing addresses -- and it's awesome, great job and thank you for maintaining it.
I recently came into several circumstances where an odd street type such as Run caused the parser to fail. Personally I've never heard of that street type, and if I did I had just assumed it was Run St or Rd... that's bad on my part for assuming.
Cutting to the chase I would like to know if I can submit a PR with an updated list of street types per the USPS, the body in the US that determines valid street types. I can also update/add a "beefier" unit designation list as well as addressit right now only accepts APT or APARTMENT.
I understand if you do not wish to bloat the module with US suffixes as you're from Australia, I just would rather contribute than make another module.
US Street Type List: https://pe.usps.com/text/pub28/28apc_002.htm
Unit Designation: https://pe.usps.com/text/pub28/28apc_003.htm
Thank you!
Hi Damon,
I use your js module for parsing addresses -- and it's awesome, great job and thank you for maintaining it.
I recently came into several circumstances where an odd street type such as Run caused the parser to fail. Personally I've never heard of that street type, and if I did I had just assumed it was Run St or Rd... that's bad on my part for assuming.
Cutting to the chase I would like to know if I can submit a PR with an updated list of street types per the USPS, the body in the US that determines valid street types. I can also update/add a "beefier" unit designation list as well as addressit right now only accepts APT or APARTMENT.
I understand if you do not wish to bloat the module with US suffixes as you're from Australia, I just would rather contribute than make another module.
US Street Type List: https://pe.usps.com/text/pub28/28apc_002.htm
Unit Designation: https://pe.usps.com/text/pub28/28apc_003.htm
Thank you!