In this article I would like to share the code to get the list items from the app host web site collection in a SharePoint Hosted app using JavaScript.
Use the following code to get the items:
In the AppManifest.xml file give Read permission to the SiteCollection.
Summary
In this article we explored how to retrieve list items in a SharePoint Hosted app from an app host web list.