1.0.3 • Published 8 years ago

sitemap2array v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago