/Cumulus

☁️ A SoundCloud player that lives in your menubar.

Primary LanguageJavaScriptMIT LicenseMIT

Cumulus

A SoundCloud player that lives in your menubar.

GitHub release

screen shot 2015-11-08 at 01 48 24

Developing

Install dependencies

npm install

npm install -g electron-prebuilt

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 .