1.0.1 • Published 1 year ago

sitemap-url-array v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

sitemap-url-array

Receives a sitemap XML file from local filesystem and outputs URLs as Javascript array, to a filepath you specify.

Installation

npm i sitemap-url-array

Usage

const convertSitemap = require('sitemap-url-array');
await convertSitemap('filepath/to/sitemap.xml', 'filepath/to/sitemap.json');
1.0.1

1 year ago

1.0.0

1 year ago