An open API service indexing awesome lists of open source software.

https://github.com/dfirebaugh/web-crawler

a simple web scraper that creates a list of images and what pages they exist on
https://github.com/dfirebaugh/web-crawler

Last synced: 8 months ago
JSON representation

a simple web scraper that creates a list of images and what pages they exist on

Awesome Lists containing this project

README

          

Web Crawler
==
This web crawler visits your home page and compiles a list of links on your site. It will then visit those links and create a list of images and what pages they reside on.

create a .env file with the root level url:
URL="http://example.com"

execute by running `node index.js`