1.1.0 • Published 2 years ago

url-href-scrapper v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

url-href-scrapper

Scrap href elements from an url

npm version

Scrap urls to get href elements from an url with this module

const urls = await scrapper('https://google.com/')`

Usage

const scrapper = require('url-scrapper')

const urls = await scrapper('https://google.com/')