An example/tutorial application showing how to rapidly find your nearest X by typing a postcode. This readme will take you through the steps needed to create a store finder using Phoenix and ETS ...
The postcode finder takes a UK postcode outcode (the bit before the space) and a radius, and returns all other uk postcodes within that radius. It is powered by a csv file of postcodes and their ...