A music player that streams your music from Dropbox.
Ohm is made using Electron. Read the Electron documentation for futher information.
Installing the dependencies:
npm install -g bower grunt-cli
npm install && bower install
Running the application:
npm start
Watching changes in the code:
grunt watch
Running the tests:
npm test
Reseting the database:
rm -rf ~/Library/Application\ Support/Ohm.db