https://github.com/aburd/cheerio-check
checkin my articles using cheerio, maintaining order with promises
https://github.com/aburd/cheerio-check
Last synced: 9 months ago
JSON representation
checkin my articles using cheerio, maintaining order with promises
- Host: GitHub
- URL: https://github.com/aburd/cheerio-check
- Owner: aburd
- Created: 2016-07-28T14:28:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T23:50:19.000Z (almost 10 years ago)
- Last Synced: 2025-05-24T01:38:55.380Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A short script which takes some data from a bunch of different pages and parses them and analyses them sequentially.
The script makes use of the Bluebird, Cheerio, Request, and Chalk libraries.
A nice example if you are looking to learn about promisifying request and scraping many different pages sequentially.