Echoes Player 2 - built with Angular 2 & Ngrx - production app
Check out
Echoes Player ~(EMC)
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.
Tech Review
it's a sample web app built with Angular JS v1.x, Bootstrap v3.x, ES2015 and Loader Spec.
Updates & Help
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.
Requirements
- 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
)
Development mode
To run the project, please use:
npm start
Tests
Tests are invoked via terminal
UI Unit Tests
Running unit tests npm test
Running unit tests in debug mode - npm run testd
Running local unit tests with Browserstack
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
End To End Tests
- Pioneer.js -
npm run pioneer
- Protractor -
npm run e2e
- Protractor with Debug Mode -
npm run e2ed
- Protractor in Browserstack -
gulp test:e2e