pooling the carpool

13
Pooling the Carpool By Anand Subramanian

Upload: anand-subramanian

Post on 20-Jan-2015

724 views

Category:

Technology


1 download

DESCRIPTION

My session at barcampkerala 6 in Rajagiri College, Cochin on 11th Oct. 2009

TRANSCRIPT

Page 1: Pooling The Carpool

Pooling the Carpool

By Anand Subramanian

Page 2: Pooling The Carpool

Who Am I?

Anand Subramanian TheAnandCOO, ayruz Blogger & Marketer

TheAnand.com

Page 3: Pooling The Carpool
Page 4: Pooling The Carpool
Page 5: Pooling The Carpool

Not Exactly!

Page 6: Pooling The Carpool

Want to get Started?

And…

Page 7: Pooling The Carpool

. . . more. . .

Page 8: Pooling The Carpool

END USER

Central Database with API

Carpool Websites

Page 9: Pooling The Carpool

The Carpool API

• JSON based

• Authentication using OpenID or Facebook Connect

• Supports search, insert, delete and more…

Page 10: Pooling The Carpool

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"},{ ... },{ ... }]

Page 11: Pooling The Carpool

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"}

Page 12: Pooling The Carpool

API Usage

• User profiles• Trip Information• And more…..

- Coded by Binny V A - www.BinnyVA.com

Page 13: Pooling The Carpool

Have a safe ride…..

A Proposal for TEN India