I've been looking at OSRM for distance calculations and essentially have the following query which does a distance calculation between two postcodes in the UK.
http://maps.googleapis.com/maps/api/distancematrix/json?origins=KY3%200RS&destinations=DD3%209LE&sensor=false&units=imperial
The server API documentation (https://github.com/DennisOSRM/Project-OSRM/wiki/Server-api) doesn't seem to have any mention of post codes, only londitude and latitude.
Does anyone know what the equivalent to the Google maps query in OSRM would be? Also, if you have any other recommendations on FOSS routing projects and how retrieving a distance based on two postcodes could be achieved.