1.0.3 • Published 7 years ago

sitemap2array v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

sitemap2array

A module to read a simple sitemap.xml file online and return the URLs as an Array.

Install

$ npm install sitemap2array

Usage

const sitemap2array = require('sitemap2array');

sitemap2array('google.com/sitemap.xml')
	.then(response => {
		console.log(response);
	})
	.catch(error => {
		console.log(error);
	});
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago