Back to directory
gillesdemey avatar

Cumulus

☁️ A SoundCloud player that lives in your menubar.. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/gillesdemey/Cumulus.git

1,495

Stars

122

Forks

31

Watchers

MIT

License

Cumulus

A SoundCloud player that lives in your menubar.

GitHub release

cumulus app

Installing

Download the latest release for OSX.

IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See #40 and #77.

Developing

Install dependencies

npm install

npm install -g electron

Compile the application

grunt or grunt build

Run the application with the Chrome DevTools

NODE_ENV=development electron .

Or in Windows:

  • PowerShell: $env:NODE_ENV="development"; electron .
  • CMD: set "NODE_ENV=development" & electron .

Releases

Dec 27, 2016

Download .zip

@seppestas added jump controls to fast-forward any track (#76)

Updated to Electron 1.4.2 @killa-kyle Added global keyboard shortcut for 'Like' (Cmd+Alt+L) (#61) @v12 Added volume controls (#58)