simplecrawler : Very straightforward, event driven web crawler. Features a flexible queue interface and a basic cache mechanism with extensible backend.. You can installing simplecrawler npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install simplecrawler $ sudo npm install -g simplecrawler
If want to update the simplecrawler package execute the command as below,
$ sudo npm update simplecrawler
Update package globally,
$ npm install -g simplecrawler
$ sudo git clone https://github.com/rektide/simplecrawler.git
$ sudo npm install -g ./simplecrawler
simplecrawler@1.1.6 /usr/lib/node_modules/simplecrawler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall simplecrawler
| Package Name | simplecrawler |
| Version | 1.1.6 |
| Description | Very straightforward, event driven web crawler. Features a flexible queue interface and a basic cache mechanism with extensible backend. |
| Released Date | 2017-10-06T11:55:25.389Z |
| Published by | fredrikekelund |
| How to Learn | https://www.npmjs.com/package/simplecrawler/tutorial |