Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiopvilar/ohm
A music player that streams your music from Dropbox.
https://github.com/sergiopvilar/ohm
Last synced: about 1 month ago
JSON representation
A music player that streams your music from Dropbox.
- Host: GitHub
- URL: https://github.com/sergiopvilar/ohm
- Owner: sergiopvilar
- Created: 2015-06-23T02:59:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T20:15:01.000Z (over 9 years ago)
- Last Synced: 2024-04-17T03:50:46.061Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 240 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ohm Player
[![Build Status](https://travis-ci.org/OhmPlayer/ohm.svg?branch=master)](https://travis-ci.org/OhmPlayer/ohm)
A music player that streams your music from Dropbox.
# Developing
Ohm is made using [Electron](https://github.com/atom/electron). Read the [Electron documentation](https://github.com/atom/electron/tree/master/docs) for futher information.
## Running
Installing the dependencies:
npm install -g bower grunt-cli
npm install && bower installRunning 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