So I'm developing an app that is user posts based. I already have a domain (honeymarket.org) with a bunch of posts. On the domain I installed the wordpress plugin 'JSON API'. When I click 'get posts' from the plugin I'm directed to http://honeymarket.org/api/get_recent_posts/ .How can I get this information to show up as posts in my app? If I need to implement something else please tell me. Also I need a step by step guide as this is my first app 
