Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gillesdemey/Cumulus

☁️ A SoundCloud player that lives in your menubar.
https://github.com/gillesdemey/Cumulus

electron menubar osx soundcloud

Last synced: about 2 months ago
JSON representation

☁️ A SoundCloud player that lives in your menubar.

Awesome Lists containing this project

README

        

# Cumulus
A SoundCloud player that lives in your menubar.

[![GitHub release](https://img.shields.io/badge/download-latest-blue.svg)](https://github.com/gillesdemey/Cumulus/releases/latest)

# Installing

Download the [latest release for OSX](https://github.com/gillesdemey/Cumulus/releases/latest).

*IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See [#40](https://github.com/gillesdemey/Cumulus/issues/40#issuecomment-261022368) and [#77](https://github.com/gillesdemey/Cumulus/issues/77).*

# Developing

## Install dependencies
`npm install`

`npm install -g electron`

## Compile the application
`grunt` or `grunt build`

## Run the application with the [Chrome DevTools](https://developer.chrome.com/devtools)
`NODE_ENV=development electron .`

### Or in Windows:
- PowerShell: `$env:NODE_ENV="development"; electron .`
- CMD: `set "NODE_ENV=development" & electron .`