Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 669 Bytes

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

  1. Install and activate the Reactor Core plugin on your WordPress website [https://wordpress.org/plugins/reactor-core/]
  2. Go to www/controllers.js and change $rootScope.url to your website
  3. Load index.html in Safari, or compile app with Phonegap

Props to [https://github.com/modemlooper]