gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.

Home Page:http://gillesdemey.github.io/Cumulus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cumulus

A SoundCloud player that lives in your menubar.

GitHub release

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 .

About

☁️ A SoundCloud player that lives in your menubar.

http://gillesdemey.github.io/Cumulus

License:MIT License


Languages

Language:JavaScript 83.6%Language:CSS 15.9%Language:HTML 0.5%