Skip to content

PhilHarnish/playerground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published