Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lordnox/nx-scraper

scraping and parsing tool based on cheerio
https://github.com/lordnox/nx-scraper

Last synced: 26 days ago
JSON representation

scraping and parsing tool based on cheerio

Awesome Lists containing this project

README

        

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.