This is an app I wrote during the weekend. One of my friends did the landing page design for me and I pushed it to Heroku. Basically, it is a Github post-receive url that will generate an RSS feed of specific commits you make to a github repository.The live site is at http://ghfeed.heroku.com
The code is at https://github.com/zhemao/ghfeed
This app was built with Sinatra and MongoDB. It is the first thing I have ever programmed in Ruby.