A Node.js app using Express 4.
Make sure you have Node.js and the Heroku Toolbelt installed.
git clone git@github.com:kadirgun/igproxy.git # or clone your own fork
cd igproxy
npm install
npm startYour app should now be running on localhost:5000.
heroku create
git push heroku master
heroku open
Alternatively, you can deploy your own copy of the app using the web-based flow:
