IonicaBizau / scrape-it

🔮 A Node.js scraper for humans.

Home Page:http://ionicabizau.net/blog/30-how-to-write-a-web-scraper-in-node-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move scrapeHTML into its own package

malte-v opened this issue · comments

I'd like to use your package from a React Native app, where the Node.js core modules are not available. scrape-it indirectly depends on tinyreq, which in turn uses Node's url module. I'm only using scrapeHTML, so all the networking stuff is not required. Could you move scrapeHTML into its own package, say "scrape-it-core", so people can use the offline functionalily independently? Thanks!

I was thinking of this too. Perhaps will wokr on this next days. Thanks for the idea! ✨