Skip to content

jmcoimbra/sitemap2array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
	});

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published