I was referred to GeoNames in order to store their locations in my local database. After looking at their data, and data formats, I am not sure how to figure out a latitude/longitude being provided zip code?
For example: Input: 60614 output: 40.1234, -87.98766
I dont know how to use their data basically?
I would like to store the US.zip data into my local database, and be able to query it, by '60614' and it return lat/long. How could I do this?