Skip to content

web crawler created with javascript and node.js

License

Notifications You must be signed in to change notification settings

TheIronDev/spiderbot

 
 

Repository files navigation

spiderbot

web crawler created with javascript and node.js

Web crawler used to explore the World wide web. It starts in one website, crawls it internally (following the rules of the website) and gets the links of other websites to crawl, and it keeps repeating.

to use:

Install node.js and npm

then clone repository

git clone https://github.com/AlexParra03/spiderbot.git

move and install dependencies

cd spiderbot

npm install

then launch server

node run start

Open this URL on any browser: localhost:3000

About

web crawler created with javascript and node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 3.1%