Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gillesdemey.github.io/Cumulus/
☁️ A SoundCloud player that lives in your menubar.
https://gillesdemey.github.io/Cumulus/
electron menubar osx soundcloud
Last synced: 26 days ago
JSON representation
☁️ A SoundCloud player that lives in your menubar.
- Host: GitHub
- URL: https://gillesdemey.github.io/Cumulus/
- Owner: gillesdemey
- License: mit
- Created: 2015-04-24T13:11:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T09:08:46.000Z (over 3 years ago)
- Last Synced: 2024-10-29T17:37:58.396Z (about 1 month ago)
- Topics: electron, menubar, osx, soundcloud
- Language: JavaScript
- Homepage: http://gillesdemey.github.io/Cumulus
- Size: 4.04 MB
- Stars: 1,437
- Watchers: 36
- Forks: 122
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Cumulus
README
# Cumulus
A SoundCloud player that lives in your menubar.[![GitHub release](https://img.shields.io/badge/download-latest-blue.svg)](https://github.com/gillesdemey/Cumulus/releases/latest)
# Installing
Download the [latest release for OSX](https://github.com/gillesdemey/Cumulus/releases/latest).
*IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See [#40](https://github.com/gillesdemey/Cumulus/issues/40#issuecomment-261022368) and [#77](https://github.com/gillesdemey/Cumulus/issues/77).*
# Developing
## Install dependencies
`npm install``npm install -g electron`
## Compile the application
`grunt` or `grunt build`## Run the application with the [Chrome DevTools](https://developer.chrome.com/devtools)
`NODE_ENV=development electron .`### Or in Windows:
- PowerShell: `$env:NODE_ENV="development"; electron .`
- CMD: `set "NODE_ENV=development" & electron .`