TaxiDash / Server

A web app for permit management and quality control of taxi drivers
0 stars 0 forks source link

cost estimation #35

Open brollb opened 10 years ago

brollb commented 10 years ago

As a user of the app, I would like to get an estimate of the trip fare so I can ascertain that I an not being ripped off.

sethfri commented 10 years ago

We should probably open this given what we talked about regarding moving the cost estimation stuff to the server.

brollb commented 10 years ago

Endpoint will be /mobile/estimate_fare

With GET parameters: distance, duration, origin, destination

brollb commented 10 years ago

And passengers (optional)