Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lordnox/nx-scraper
- Owner: lordnox
- License: mit
- Created: 2014-03-31T22:49:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T08:58:08.000Z (about 4 years ago)
- Last Synced: 2024-10-03T17:03:49.623Z (about 1 month ago)
- Language: CoffeeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.