Pooling the CarpoolBy Anand Subramanian
Who Am I?Anand Subramanian			TheAnandCOO, ayruz				Blogger  & MarketerTheAnand.com
Not Exactly!
Want to get Started?And…
. . . more. . .
END USERCarpool WebsitesCentral Database with API
The Carpool APIJSON basedAuthentication using OpenID or Facebook ConnectSupports search, insert, delete and more…
API Searchsearch.php?from=PLACE1&to=PLACE2&datetime=DATE&format=json[{       "id":1548,       "description":"Ride from cochin to trissur.",       "date":"2009-01-08",       "time":"17:00:00",       "seats_available":5,       "contact":{               "username": "theanand.com",               "name": "Anand",               "email": "theanand (at) theanand (dot) com",               "phone": "Not disclosed"       },       "sounce": "carpool.mytechnopark.com",       "url":"http://carpool.mytechnopark.com/index.php/lift/tripdetail/p_id/23"},{ ... },{ ... }]
API Trip Fetchtrip.php?id=ID&format=json{       "id":1548,       "description":"Ride from cochin to trissur.",       "date":"2009-01-08",       "time":"17:00:00",       "frequency": ["mon","tue","wed","thu","fri"],       "preference": ["males", "smoking"],       "seats_available":5,       "contact":{               "username": "theanand",               "name": "Anand",               "email": "theanand (at) theanand (dot) com",               "phone": "Not disclosed",               "url": "http://carpool.mytechnopark.com/user/theanand"       },       "sounce": "http://carpool.mytechnopark.com",       "url":"http://carpool.mytechnopark.com/index.php/lift/tripdetail/p_id/23"}
API UsageUser profilesTrip InformationAnd more…..- Coded by Binny V A -  www.BinnyVA.com
Have a safe ride…..A Proposal for TEN India

Pooling The Carpool

  • 1.
    Pooling the CarpoolByAnand Subramanian
  • 2.
    Who Am I?AnandSubramanian TheAnandCOO, ayruz Blogger & MarketerTheAnand.com
  • 5.
  • 6.
    Want to getStarted?And…
  • 7.
    . . .more. . .
  • 8.
  • 9.
    The Carpool APIJSONbasedAuthentication using OpenID or Facebook ConnectSupports search, insert, delete and more…
  • 10.
    API Searchsearch.php?from=PLACE1&to=PLACE2&datetime=DATE&format=json[{      "id":1548,       "description":"Ride from cochin to trissur.",       "date":"2009-01-08",       "time":"17:00:00",       "seats_available":5,       "contact":{               "username": "theanand.com",               "name": "Anand",               "email": "theanand (at) theanand (dot) com",               "phone": "Not disclosed"       },       "sounce": "carpool.mytechnopark.com",       "url":"http://carpool.mytechnopark.com/index.php/lift/tripdetail/p_id/23"},{ ... },{ ... }]
  • 11.
    API Trip Fetchtrip.php?id=ID&format=json{      "id":1548,       "description":"Ride from cochin to trissur.",       "date":"2009-01-08",       "time":"17:00:00",       "frequency": ["mon","tue","wed","thu","fri"],       "preference": ["males", "smoking"],       "seats_available":5,       "contact":{               "username": "theanand",               "name": "Anand",               "email": "theanand (at) theanand (dot) com",               "phone": "Not disclosed",               "url": "http://carpool.mytechnopark.com/user/theanand"       },       "sounce": "http://carpool.mytechnopark.com",       "url":"http://carpool.mytechnopark.com/index.php/lift/tripdetail/p_id/23"}
  • 12.
    API UsageUser profilesTripInformationAnd more…..- Coded by Binny V A - www.BinnyVA.com
  • 13.
    Have a saferide…..A Proposal for TEN India