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

https://github.com/tharunoptimus/node-crawl

Crawl URL for Meta Data and URLs and alt text of Images in the page.
https://github.com/tharunoptimus/node-crawl

cheerio node-fetch

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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