Skip to content

salazr/My-Records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Records (discogs client)

Screenshot

Website

##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

  1. Download and install Node.js
  2. Clone this repository
  3. On the command line, type npm install nodemon -g to install the nodemon library globally. If it complains about user permissions type sudo npm install nodemon -g.
  4. On the command line, navigate to inside of the My Records folder and type npm install
  5. 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)
  6. To view the demo page, go to http://localhost:8001
  7. To view the Jasmine test suite page, go to http://localhost:8001/specRunner.html
  8. 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

License

Copyright (c) 2013 Josue Salazar Licensed under the MIT license.

About

A discogs client designed to display users' collections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published