Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 744 Bytes

File metadata and controls

33 lines (19 loc) · 744 Bytes

Ionic 2 Wordpress App

This Ionic app uses Wordpress API to show posts and comments in a sidemenu style app, sorted by category.

Installation

You need to have set up the current versions of Ionic 2, Cordova and Node/NPM on the machine you are using.

Download or fork this project.

  1. npm install
  2. ionic serve

Usage

In the /src/providers/api.ts file, change the url to your Wordpress site.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Based on Ardy Him ionic2 tutorial

License

MIT