spyderino

0.1.8 • Public • Published

spyderino

Crawling a website

Simple crawling: Just point spyderino to the root of the site you wish to crawl, and start it. For each page found, spyderino will emit a "page" event.

See the "crawling.js" example. https://github.com/aisaacs/spyderino/blob/master/examples/crawling.js

Filtering: If you pass one (or more) filter function(s) to spyderino, each url that is found will be passed through the functions before being queued for retreival. See the "filtering" example.

Scraping pages

See the examples.

Keywords

none

Install

npm i spyderino

DownloadsWeekly Downloads

1

Version

0.1.8

License

ISC

Last publish

Collaborators

  • vampirical
  • aisaacs