0.1.8 • Published 9 years ago

spyderino v0.1.8

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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.

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago