Ionic Framework using Spotify Web API - Just learning Ionic
Dependencies need to start Ionic Application, Kindly click links below for the documentations
# for this project only
$ sudo npm install -g cordova ionic
# other dependencies
$ npm install -g bower
$ npm install -g gulp
$ git clone https://github.com/xrexonx/Ionictify.git
$ cd Ionictify
$ bower update
# on browser
$ ionic serve
# you can build APK or emulate the App if you have Android SDK installed on your machines
$ ionic platform add android
$ ionic build android
$ ionic emulate android
For more info just visit each dependencies documentaion. Have fun and enjoy. Thank you. -- still learning, xrexonx