miniplayer icon indicating copy to clipboard operation
miniplayer copied to clipboard

A small audio player, powered by electron.

A Mini Music Player

This is my first Electron project, hope you enjoy it.

How to play with it?

At first, you must know how to work with Electron, for more information, visit http://electron.atom.io/.

If you have already installed electron, you can clone this repo to your computer, then do the following steps:

  • run 'git submodule foreach git pull' to update submodules
  • run 'npm install' to install gulp and its dependencies
  • run 'gulp' to build the project
  • run 'electron .' in directory './dist' to preview the app
  • or package the directory './dist' to get the real app

More about how to package an electron project: https://www.npmjs.com/package/electron-packager

App Snapshots

image

Download OSX Version

http://pan.baidu.com/s/1bnVtmB9

Credits