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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.8
    0
    • latest

Version History

Package Sidebar

Install

npm i spyderino

Weekly Downloads

0

Version

0.1.8

License

ISC

Last publish

Collaborators

  • vampirical
  • aisaacs