##Description This is a discogs client designed to display users' collections.
It's currently in development by josue.
##Future features
- grouping by genre, and other filters
- zooming in to a record when double clicking
- playing a video/audio clip somehow after a click
- more than 100 at a time
- style tweaks (fitting full album titles better)
Tech: backbone.js, require.js, jquery, bootstrap, jasmine, node, three.js, tween.js, trackballgestures, css3drenderer
Credits: three.js css3d periodic table demo
###Running this locally
- Download and install Node.js
- Clone this repository
- On the command line, type
npm install nodemon -g
to install the nodemon library globally. If it complains about user permissions typesudo npm install nodemon -g
. - On the command line, navigate to inside of the My Records folder and type
npm install
- Next, type
nodemon
(this will start your Node.js web server and restart the server any time you make a file change thanks to the wonderful library) - To view the demo page, go to
http://localhost:8001
- To view the Jasmine test suite page, go to
http://localhost:8001/specRunner.html
- Enjoy using Backbone, Require, Lodash, Almond, jQuery, jQueryUI, jQuery Mobile, Twitter Bootstrap, and Jasmine (enjoyment optional)
####Credit
Greg Franko for the Backbone.js Require.js Boilerplate
THREE.js project for the scene frameworks and renderers
Copyright (c) 2013 Josue Salazar Licensed under the MIT license.