PhilHarnish / playerground

A YouTube flash player playground.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playerground

This web application is a YouTube player harness. The playerground will load a standard YouTube player, initialize it's parameters, and expose the API.

To install from source run the following commands:

# Checkout code:
git clone git://github.com/PhilHarnish/playerground.git ~/playerground
cd ~/playerground
# Get dependencies:
git submodule update --init lib/*

To build the source:

sudo gem install staticmatic rake
# Build from source
rake

After rake completes the ~/playerground/site directory will contain the generated files.

To run the spec suite run the following commands:

# Get dependencies:
gem sources -a http://gems.github.com
sudo gem install visionmedia-jspec
rake spec

About

A YouTube flash player playground.


Languages

Language:JavaScript 70.7%Language:Ruby 29.3%