daspecster / ziptastic

This is a Python API for getting zipcodes
http://daspecster.github.com/ziptastic/
127 stars 17 forks source link

Reverse Lookup Zip -> Country #48

Open daspecster opened 10 years ago

daspecster commented 10 years ago

In theory, we could return a list of values based on a postal code that's entered.

pdaoust commented 10 years ago

I'm doing something similar to this with the Ziptastic API in an app I'm building at work; it queries the API multiple times until it finds the first likely candidate. This requires a list of country codes in order of priority... I like the idea of returning multiple results, but it might be nice for the API to optionally do the above as well.