A SoundCloud player that lives in your menubar.
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.
npm install
npm install -g electron
grunt
or grunt build
Run the application with the Chrome DevTools
NODE_ENV=development electron .
- PowerShell:
$env:NODE_ENV="development"; electron .
- CMD:
set "NODE_ENV=development" & electron .