Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luandro/ledjam-radio
Ledjam radio desktop app built with Electron
https://github.com/luandro/ledjam-radio
Last synced: about 7 hours ago
JSON representation
Ledjam radio desktop app built with Electron
- Host: GitHub
- URL: https://github.com/luandro/ledjam-radio
- Owner: luandro
- License: mit
- Created: 2015-10-22T19:00:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T20:53:35.000Z (about 9 years ago)
- Last Synced: 2024-04-23T21:34:15.210Z (9 months ago)
- Language: JavaScript
- Size: 543 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Ledjam Desktop App](http://i.imgur.com/YVxphYE.png)
## Download
[![Download the latest release here](http://i.imgur.com/u1Ulxtd.png)](https://github.com/luandro/ledjam-radio/releases)
## Development
Install dependencies.
```bash
$ npm install
```To start Electron and Hot Reload server.
```bash
npm run dev
```## Package
To generate app for OSX
```bash
npm run mac
```To generate app for all platforms
```bash
npm run package-all
```#### Options
- --name, -n: Application name (default: ElectronReact)
- --version, -v: Electron version (default: latest version)
- --asar, -a: [asar](https://github.com/atom/asar) support (default: false)
- --icon, -i: Application icon
- --all: pack for all platformsUse `electron-packager` to pack your app with `--all` options for darwin (osx), linux and win32 (windows) platform. After build, you will find them in `release` folder. Otherwise, you will only find one for your os.
`test`, `tools`, `release` folder and devDependencies in `package.json` will be ignored by default.
## License
MIT © [Luandro](https://github.com/luandro)