I can't find any reliable info about some kind of "human" readable front end or api to pgRouting.
I have OSM PostGIS/pgRouting database which I would like to use to calculate paths between points. The problem is that I can't find any software that would use pgRouting to expose some ind of API. (WebService/comandline/anything usable)
I would like to provide to such API start, endpoint (GPS cords) and some parameters (don't use high ways and such). As a result I'm counting for distance, travel time and list of points to draw a poly on map.
Any ideas?