A Node.js app using Express 4.
This application Embeds YouTube videos into facebook pages.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone [email protected]:kevwag/messytube.git # or clone your own fork
$ cd messytube
$ npm install bundles --save
$ npm install
$ node web.js
Your app should now be running on localhost:3000.
$ heroku create
$ git push heroku master
$ heroku open
or
=======