TIPOFF / addresses

Laravel Package to manage addresses & interact with Address API
MIT License
0 stars 2 forks source link

ZIP #17

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

Model & table migration for ZIP Codes. Will be seeded with all postal zip codes in the USA or will at least have default ID numbers from the https://github.com/tipoff/address database & API.

drewroberts commented 3 years ago

I decided to change the zip_codes table to be zips so that we can use zip_code instead of zip_code_code as the reference to it since the primary field is code instead of id for that table. I also changed the model from "Zip Code" to just "Zip"

drewroberts commented 3 years ago

Helpful tool to find alternate City (#18) names for Zip Codes:

https://tools.usps.com/zip-code-lookup.htm?citybyzipcode

I don't think they have an API for it though.