JavaScript error: Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' http: https: data: blob: 'unsafe-inline'". (https://git.lalonde.me/assets/js/index.js?v=1.18.3 @ 19:71758). Open browser console to see more details.
1
0
Fork 0
DAAPr - A Client Side Web Interface for the DAAP Protocol.
 
 
 
Matthieu Lalonde 268dba0fe9
Deleted erroneous file
13 years ago
docs Hmmm yes a commit message... 13 years ago
resources Deleted erroneous file 13 years ago
.gitignore - 13 years ago
README.md Added note about browser compatibility 13 years ago
index.html Added webaudio module files, small lint changes and comments 13 years ago
package.json MODIF - JSLint rules 13 years ago

README.md

About DAAPr3

DAAPr, in its cubic iteration, is a web client for the DAAP media sharing protocol. It is 100% client side javascript built using Backbone.js, jQuery and Bootstrap.

Live Demo Here.

As of this righting, the app is only compatible in Chrome/Chromium.

In order to expose a DAAP server, one must proxy it in front of nginx/lighttpd/apache in order to inject the CORS headers (Access-Control-Allow-Origin and the like).

Licensing

This software is Copyleft 2012 Matthieu Lalonde under LGPL, no guarantees whatsoever.

Feedback is appreciated.