Spectra is a deployed music hosting system. It sits on your server or NAS, with access to your music files, and allows easy transparent access to data and metadata.
- APIs should be clean, and RESTful.
- Music formats shouldn't matter, because it's just data.
- Decoding should be done at the most powerful location: the client
- Deployable anywhere, from a laptop to a large-scale NAS
- Install Ruby 2.1 and bundler.
git clone https://github.com/spectra-music/spectra
cd spectra
bundle
rake db:setup
rails server
[coming soon]
- Ruby 2.1
- Rails 4
- Slim
- SCSS
- CoffeeScript
- AngularJS