Skip to content

lukadimnik/web-crawler-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia web crawler

About

Web crawler built with typescript and node. The current version allows you to print a tree of links starting from the Wikipedia article of your choosing.

How to run the script

  1. Clone the project to your machine
  2. Run npm install
  3. Run npm start [wiki topic] [depth of links] [first links followed]

Example input:

npm start light 2 3

Example output:

light
    Light_(disambiguation)
      Light
      Light_bulb
      Traffic_light
    Visible_light_(disambiguation)
      Light
      Visible_spectrum
      Sunlight
    Dispersive_prism
      Prism
      Optics
      Prism

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published