Playme

It is a mobile hybrid app Ionic-based (v1). Music follow you everywhere you are. Album list and music player.

Version

1.0.0

Tech

Installation

First install NodeJS and required platform dependencies (Android or IOS).

You need ionic and cordova installed globally:

$ npm install -g ionic cordova

Clone the repository and install project dependencies:

$ git clone https://github.com/alexandretavares/playme.git
$ cd playme
$ npm install
$ bower install

Install all cordova plugins in package.json:

$ ionic state restore

Setup device platform:

$ ionic platform add android
or
$ ionic platform add ios

Run

To start the project on browser run:

$ ionic serve

Run on emulator:

$ ionic build android
$ ionic emulate android

Run on device:

$ ionic run android

You 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.

License

MIT