2017-01-12

I'm looking for a JS library that will allow scraping a static external website from within an Ionic 2 app (i.e from client-side rather than a Node server).

I've looked at some libraries such as Cheerio however these seem to be designed to run on a server and will produce cross-origin errors when running from within an Ionic 2 project.

Is there any purely javascript solutions that will run from client-side?

Show more