/ohm

A music player that streams your music from Dropbox.

Primary LanguageCSS

Ohm Player

Build Status

A music player that streams your music from Dropbox.

Developing

Ohm is made using Electron. Read the Electron documentation for futher information.

Running

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