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)