peterwmwong / chromecast-labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring and exploiting the Google Chromecast!

This repo is a collection of Google Chromecast Receiver applications.

Getting Started

> git clone https://github.com/peterwmwong/chromecast-labs.git
> bundle install
> npm install
> bower install
> grunt

Developing

> grunt watch

TODO: grunt web server

Repo organization

/index.html      # Chromecast Receiver endpoint, that bootstraps the loader
                 # which loads the actual Receiver application from
                 # /receiver_apps/{app}
/receiver_apps/
/sender_apps/  

About


Languages

Language:JavaScript 56.0%Language:CoffeeScript 39.2%Language:CSS 2.9%Language:Ruby 1.9%