From ef5997a12de00aac60b9222b11a39e2bf4fb8151 Mon Sep 17 00:00:00 2001 From: Preston Davis Date: Sun, 11 Aug 2013 00:12:35 -0500 Subject: [PATCH] Remove ghost file --- README.md~ | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 README.md~ diff --git a/README.md~ b/README.md~ deleted file mode 100644 index caa5862..0000000 --- a/README.md~ +++ /dev/null @@ -1,15 +0,0 @@ -nodecast -======== - -ChromeCast Emulation with Node.js - -* Make sure to install all dependencies using `npm install` -* Start the app (ie. `node server.js`) -* Open up a browser (tested with Chrome 29 and Firefox) and point it to http://YourIP:8008 -* nodecast should show up in Chrome Cast enabled applications (Google Music, YouTube) -* You should allow popups for http://YourIP:8008 to see the video/music screen - -Tested with the following services: YouTube (Desktop, Android), Google Music (Android) - -#### Notes -Inspired by [leapcast](https://github.com/dz0ny/leapcast) by [dz0ny](ttps://github.com/dz0ny)