Echoes is a great youtube player developed by Oren Farhi. It's fun & easy to listen or watch videos from youtube with Echoes. What if youtube was designed to be used as music player?
Echoes Player is also available as a Chrome Application
It can be regarded as the Media Player experience for youtube listening pleasure. Other than that - it's a sample web app built with Angular.js & Bootstrap.
- Install NodeJS - http://nodejs.org/ or via command line
- Gulpjs, Bower & Karma Runner:
npm install -g gulp bower karma
- Phantomjs (client testing):
npm install phantomjs
- (optional) for Node Debugging using node inspector:
npm install -g node-inspector
(? install lessnpm install -g less
)
First, run this ONCE to install depenencies:
npm install && bower install
Then, to run the project, please use:
npm start
Tests are invoked via terminal
Running unit tests npm test
Running unit tests in debug mode (will be opened in chrome) - npm run testd
- Protractor -
npm run e2e
- Protractor with Debug Mode -
npm run e2ed