A SoundCloud player that lives in your menubar.
npm install
npm install -g electron-prebuilt
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 .