Skip to content

Crawl URL for Meta Data and URLs and alt text of Images in the page.

Notifications You must be signed in to change notification settings

tharunoptimus/node-crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawl URLs for Meta Information and Images

Install

npm install to install the dependencies.

Usage

npm start to use the app.

Input

The input is a string of one URL.

Output

The output is a stream of console.log messages.
The messages are in the following format:

  1. Crawling URL
  2. Title of the Page
  3. Description of the Page
  4. Keywords of the Page
  5. Images of the Page
    1. Alt text of the images

About

Crawl URL for Meta Data and URLs and alt text of Images in the page.

Topics

Resources

Stars

Watchers

Forks