emhagman / 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

screenshot 2015-05-27 20 21 00

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 .

About

A SoundCloud player that lives in your menubar.

http://gillesdemey.github.io/Cumulus

License:MIT License


Languages

Language:JavaScript 84.5%Language:CSS 14.9%Language:HTML 0.6%