/echoes

Echoes is a media player based on youtube search service with emphasis on media player UX. Overall, it's a sample web application that is based on Backbone.js, Underscore & RequireJS libraries.

Primary LanguageJavaScriptMIT LicenseMIT

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. Other than that - it's a sample web app built with Backbone, Bootstrap and Require.js. It is the full version of Tikal's Backbone Workshop Project.

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.

Developer Notes

to run and build the project, please install:

  • nodejs
  • gruntjs
  • bower.io

on shell, run:

npm install
bower install

Development mode

To run the project, please use:

grunt serve

Grunt Build

to create a build for production, run

grunt build

to create a build for production and publish on gh-pages branch, run:

grunt buildgit

this will create a build on a .tmp directory, checkout gh-pages and copy the build to it. next steps to publish to gh-pages are:

  • add & commit changes and new additions
  • push the branch to remote (github currently)

CSS

LESS is integrated as well as requirejs build. This are compiled using grunt modules both in dev and build modes:

  1. LESS modules.less
  2. RequireJS style.css

Bitdeli Badge