hassansin / parse-address

US Street Address Parser
http://hassansin.github.io/parse-address/
Other
158 stars 81 forks source link

Certain addresses in Alaska, USA are showing strange behavior #33

Open usamaibrahim93 opened 4 years ago

usamaibrahim93 commented 4 years ago

Hi,

I've been using this package in my application and it works great for most of the US addresses. However, I recently figured out that certain addresses in the US state of Alaska are causing this to break.

For example: "HC 60 Box 2840, Haines, AK 99827" is a valid address in Alaska. But parsing it is only returning Street. I get the following response:

{street: "hc"}

Can this be looked into? Thanks a million!