sitemap-url-array
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sitemap-url-array", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Retrieves a sitemap and outputs URLs as Javascript array", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,14 @@ | ||
# sitemap-url-arry | ||
Retrieves a sitemap and outputs URLs as Javascript array | ||
# 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 | ||
```javascript | ||
const convertSitemap = require('sitemap-url-array'); | ||
await convertSitemap('filepath/to/sitemap.xml', 'filepath/to/sitemap.json'); | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37438
15