page-urls-from-sitemap-url
v1.0.0
Published
Fetch the list of website page URLs given a sitemap URL.
Downloads
9
Readme
Description
Fetch the list of website page URLs given a sitemap URL.
NPM module: https://www.npmjs.com/package/page-urls-from-sitemap-url
Github: https://github.com/mgustavocoder/page-urls-from-sitemap-url
How to install:
npm i page-urls-from-sitemap-url
Usage
const fetchUrls = require('page-urls-from-sitemap-url')
const urls = await fetchUrls('https://www.tudogostoso.com.br/sitemap.xml')