0.0.2 • Published 9 years ago

nx-scraper v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

Simple cheerio based webscraper. Will except an url and sum of selectors. It will use cheerio to request the selected elements and build a hash of the data found. If a hash was given it will only return if it changed.

Returns the found data as javascript strings. The data should then be parsed again to ensure the correct types are handled.