An RSS feed aggregator based on AngularJS and ngBoilerplate
Install Node.js and then:
$ git clone git://github.com/jcsmesquita/rssify
$ cd ng-boilerplate
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch
Finally, open file:///path/to/rssify/build/index.html
in your browser.