Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwhyd/openwhyd-electron
đģ Install Openwhyd on your computer, play music in the background
https://github.com/openwhyd/openwhyd-electron
electron jquery music-library music-player nodejs openwhyd streaming
Last synced: 24 days ago
JSON representation
đģ Install Openwhyd on your computer, play music in the background
- Host: GitHub
- URL: https://github.com/openwhyd/openwhyd-electron
- Owner: openwhyd
- Created: 2017-01-07T08:11:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T18:20:43.000Z (about 2 years ago)
- Last Synced: 2024-03-27T09:50:06.875Z (9 months ago)
- Topics: electron, jquery, music-library, music-player, nodejs, openwhyd, streaming
- Language: JavaScript
- Homepage: https://openwhyd.org/download
- Size: 5.83 MB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Openwhyd-electron
[Openwhyd](https://openwhyd.org) as a native app for your favorite OS, powered by Electron.
This installable application allows to play Openwhyd tracks in the background! đ![screenshot](docs/screenshot.png)
Download and install the file corresponding to your Operating System, from [that list](https://github.com/openwhyd/openwhyd-electron/releases).
âšī¸ Mac OS / Darwin users: The application is not signed yet, so you may need to follow these instructions in order to run it: https://support.apple.com/kb/ph18657
âī¸ Did it work for you? Please leave your feedback [on Github](https://github.com/openwhyd/openwhyd-electron/issues/6) or [on Facebook](https://www.messenger.com/t/openwhyd).
đ Contributors are welcome! If you want to help, you can create [issues](https://github.com/openwhyd/openwhyd-electron/issues) for bugs you may find and/or improvement requests. If you want to contribute, check out our [backlog](https://github.com/openwhyd/openwhyd-electron/projects/1) and come say "hi" on one of the issues you'd be interested in contributing to.
### Dev Setup
1. Run openwhyd locally following the install guide [https://github.com/openwhyd/openwhyd/blob/master/docs/INSTALL.md](https://github.com/openwhyd/openwhyd/blob/master/docs/INSTALL.md)
2. clone `https://github.com/openwhyd/openwhyd-electron` on your computer.
3. Modify the `const URL_PREFIX` found in the file `src/main.js` from `https://openwhyd.org` to `http://localhost:8080`
4. Now open a second terminal window and type the following commands```sh
$ cd openwhyd-electron # Go into the repository
$ npm install # Install dependencies
$ npm start # The local electron app should pop open with Openwhyd's home page! đ
```