I want to build a mobile app using the Intel XDK. The app needs to get data from the HTML source of other websites and process it. Is it possible to scrape this data using the Intel XDK? Or is there another (javascript) tool which I could use to achvieve this? Is it even possible to do this with a HTML5 mobile app due to the limitations of the Same-Origin-Policy?
The important point here is, that I want to scrape the site directly on the device where the app runs, without the need of an additional webserver that is running in the background.