free_zipcode_data icon indicating copy to clipboard operation
free_zipcode_data copied to clipboard

Free US and world-wide postal codes in SQLite and CSV format

Results 8 free_zipcode_data issues
Sort by recently updated
recently updated
newest added

And fixes cases where countries do not have a state, by using country as state. - [ ] I wrote specs to cover new or modified code in this PR...

### Expected Behavior All countries states are not mixed up ### Actual Behavior Some countries states are mixed up (For instance 82 for state_abbr) ### Steps to reproduce the problem...

Also, I havent found a way to disable sql files generation and leave only csv generation _Originally posted by @srghma in https://github.com/midwire/free_zipcode_data/pull/13#issuecomment-404085332_

We have to time this carefully and coordinate with `my_zipcode_gem` because it currently depends on these 3 files: * all_us_counties.csv * all_us_states.csv * all_us_zipcodes.csv Once we get a stable solution...

refactor

### Expected Behavior 80108 / 80109 zipcodes exist in the all_us_zipcodes.csv file and can be updated via https://github.com/midwire/my_zipcode_gem scripts. ### Actual Behavior 80108 / 80109 and other zipcodes (likely) do...

refactor

Internationalize the command line interface so that non-English users can also enjoy free zipcode data.

refactor

I’ve been using [Kiba ETL](https://github.com/thbar/kiba) for a client project and it is a great way to separate ETL concerns. **NOTES:** I still envision using a rake task to download [GeoNames](http://www.geonames.org/)...

refactor

It would be considerably easier to run this very useful tool if there was a Dockerfile in the repository which could be used to create and populate the sqlite database.