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

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

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.