Introduction
Floob is a simple web crawler which can run several plugins to analyze each page.
Installation
npm install floob -gUsage
Run via command line to crawl a single url including all sublinks.
floob -u [URL]Options
...
Roadmap
- Execute user defined plugins
- Load configuration from a floob.config.js file
- More coming soon...