Check out Echoes Player 2 - built with Angular 2 & Ngrx - production app
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.
it's a sample web app built with Angular JS v1.x, Bootstrap v3.x, ES2015 and Loader Spec.
Echoes is constantly developed and enhanced with missing features such as creating playlists, organizing by albums or other favorite attribute. You may suggest, contribute or reporting various issues in the issues system.
- Install NodeJS - http://nodejs.org/ or via command line
- Phantomjs (client testing):
npm install phantomjs
- for Node Debugging using node inspector:
npm install -g node-inspector
(? install lessnpm install -g less
)
To run the project, please use:
npm start
Tests are invoked via terminal
Running unit tests npm test
Running unit tests in debug mode - npm run testd
not working at the moment
Taken from github
run this in one terminal - ./BrowserStackLocal browserstack.key
run this in another terminal - browserstack-runner
- use browserstack.json
- Pioneer.js -
npm run pioneer
- Protractor -
npm run e2e
- Protractor with Debug Mode -
npm run e2ed
- Protractor in Browserstack -
gulp test:e2e