seanpianka / Zipcodes

A simple library for querying U.S. zipcodes.
MIT License
78 stars 15 forks source link

Query all zip codes? #20

Closed chrisspen closed 1 year ago

chrisspen commented 2 years ago

Maybe I'm missing something in the docs, but how do you query all zip codes?

seanpianka commented 1 year ago

Hi @chrisspen, you can use the method list_all() in order to query for all available zipcodes in the dataset.

Apologies for the delay, not sure how I missed this for over 5 months!