A quotesite aggregator (powered by Backbone.js, jQuery, foundation, Silex, Goutte)
$ git clone https://github.com/alexnormand/aggregator
$ cd aggregator
$ npm install
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
$ gulp build
$ cd build
$ php -S localhost:7777