It is a mobile hybrid app Ionic-based (v1). Music follow you everywhere you are. Album list and music player.
1.0.0
First install NodeJS and required platform dependencies (Android or IOS).
You need ionic and cordova installed globally:
$ npm install -g ionic cordovaClone the repository and install project dependencies:
$ git clone https://github.com/alexandretavares/playme.git
$ cd playme
$ npm install
$ bower installInstall all cordova plugins in package.json:
$ ionic state restoreSetup device platform:
$ ionic platform add android
or
$ ionic platform add iosTo start the project on browser run:
$ ionic serveRun on emulator:
$ ionic build android
$ ionic emulate androidRun on device:
$ ionic run androidYou change android for ios if you prefer.
More info on this can be found on the Ionic Getting Started page and the Ionic CLI repo.
MIT