Skip to content

Xbmc remote control. Proof of concept app built on Backbone, JQueryMobile, crossroads, handlebars, require.js.

Notifications You must be signed in to change notification settings

DanoneKiD/xbmcRemote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XBMC Remote

Goal os this project is to produce a worthy configurable remote control for XBMC.
I am also using this as a learning project to explore some of the latest mobile and javascript frameworks.

Current Application Stack

  • JQuery Mobile - mobile framework
  • JQuery - js framework
  • Handlebars.js - template framework
  • Require.js - AMD loader
  • Backbone.js - MV* framework
  • Crossroads.js - Routing framework
  • XBMC Pre Eden JASON interface

Installation

cd xbmcRemote
git clone https://github.com/sheebz/xbmcRemote.git .
rm -rf .git

Running Project

  • Due to same origin policy, need to run web browser with security disabled.
open -a Google\ Chrome --args --disable-web-security

* Project runs under express server, need to install node and express.  
``` bash
cd xbmcRemote
node build server

About

Xbmc remote control. Proof of concept app built on Backbone, JQueryMobile, crossroads, handlebars, require.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published