Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 709 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 709 Bytes

messytube

A Node.js app using Express 4.

This application Embeds YouTube videos into facebook pages.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

=======

messytube