Skip to content

alejandrogarciasalas/Cumulus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

☁️ A SoundCloud player that lives in your menubar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.7%
  • CSS 15.7%
  • HTML 0.6%