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.
- Host: GitHub
- URL: https://github.com/tharunoptimus/node-crawl
- Owner: tharunoptimus
- Created: 2021-07-16T14:11:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T14:11:51.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:51:15.437Z (about 1 year ago)
- Topics: cheerio, node-fetch
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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