Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyitsnoah/simplemusicapp
electron app to toggle between youtube music, soundcloud, and bandcamp
https://github.com/heyitsnoah/simplemusicapp
Last synced: 6 days ago
JSON representation
electron app to toggle between youtube music, soundcloud, and bandcamp
- Host: GitHub
- URL: https://github.com/heyitsnoah/simplemusicapp
- Owner: heyitsnoah
- License: cc0-1.0
- Created: 2019-08-28T22:17:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:23:49.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T19:54:11.218Z (9 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is a stupidly simple [Electron app](https://electronjs.org/) that flips between YouTube Music, SoundCloud, and Bandcamp so I'm not constantly closing the browser window with my music when I wipe out my tabs. To flip between services just right click. *That's all it does.*
To run/develop:
1. `npm install`
1. `npm start`To build for Mac use **electron-build**: https://github.com/electron-userland/electron-builder
1. `yarn dist`