wpIonic
A mobile app that uses the Ionic Framework, and integrates with WordPress through the WP-API.
Features:
- Gets posts through WP-API
- Pull to refresh
- Infinite scroll
- App intro
- WordPress login (needs custom code on your site to do anything)
- More coming soon
Demo
https://github.com/scottopolis/wpIonic/blob/master/demo-video.gif
How to setup
Blog post here: http://scottbolinger.com/ionic-wordpress-app/
- Install and activate the WP-API v2 plugin on your WordPress website [https://wordpress.org/plugins/rest-api/]
- Go to www/js/controllers.js and change $rootScope.url to your website
- Load index.html in Safari, or compile app with Phonegap
Props to [https://github.com/modemlooper]