A mobile app that uses the Ionic Framework with Material Design, and integrates with WordPress.
Features:
- Gets posts from Wordpress
- Pull to refresh
- Infinite scroll
- WordPress login
- Install wp-api plugin to your wordpress site.
- Download wordpress ionic material app source code.
- Change
var server = 'http://demo.wp-api.org/';
to your wordpress url inwww/js/app.js
. - Build your android/ios app using cordova. For more information, read how to publish ionic app.