Skip to content

A simple reader for node.js parsing sitemap.xml files returning the URLs.

License

Notifications You must be signed in to change notification settings

mariusbuescher/simple-xml-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sitemap-xml-reader

A simple reader for node.js parsing sitemap.xml files returning the URLs.

This library makes a http-request to the server and parses the sitemap.xml. It retuns all URLs as an array.

Usage

First install the reader.

npm install --save sitemap-xml-reader

After installing you can require and call it.

var sitemapXmlReader = require( 'sitemap-xml-reader' );
var urls = sitemapXmlReader( 'http://url.to/sitemap.xml' );

About

A simple reader for node.js parsing sitemap.xml files returning the URLs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published