Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fresk-nc/VOX
Audio Player powered by Electron
https://github.com/fresk-nc/VOX
electron react redux
Last synced: about 2 months ago
JSON representation
Audio Player powered by Electron
- Host: GitHub
- URL: https://github.com/fresk-nc/VOX
- Owner: fresk-nc
- Created: 2016-04-13T10:40:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T10:12:09.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T02:28:37.608Z (5 months ago)
- Topics: electron, react, redux
- Language: JavaScript
- Homepage:
- Size: 3.71 MB
- Stars: 175
- Watchers: 9
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-electron-zh - VOX - Unofficial VOX music player. (Apps / Open Source)
- awesome-electron - VOX - Unofficial VOX music player. ![](https://img.shields.io/github/stars/fresk-nc/VOX.svg?style=social&label=Star) (Apps / Video/Music)
README
# Audio player VOX
[![Build Status](https://travis-ci.org/fresk-nc/VOX.svg?branch=master)](https://travis-ci.org/fresk-nc/VOX)
This project is naive implementation of the famous player [VOX](https://coppertino.com/).
It is with the aim to learn the [Electron](http://electron.atom.io/).![screenshot](screenshot.png)
## Download
[Download the latest build from here](https://github.com/fresk-nc/VOX/releases)
## How to develop
### RunRun this two commands **simultaneously** in different console tabs:
```
$ npm run server
$ npm run start:hot
```or run with one command:
```
$ npm run dev
```### Tests and linter
For unit tests:
```
$ npm run test
```
or
```
$ npm run test:watch
```For linter:
```
$ npm run lint
```
### Package```
$ npm run package
```## License
MIT