TripFinder
TripFinder is a JavaScript tool for searching and retrieving car rides, stored in carpooling platform Tripda's database.
Installation
NodeJS
npm install https://github.com/tripda/tripfinder
AngularJS
bower install https://github.com/tripda/tripfinder
Requirements
In order to use TripFinder you need to get a Google Places API Key. This key can be obtained for free, you only need a Google account.
Usage
NodeJS
var finder = ; finder; finder; finder; finder ;
AngularJS
(To do...)