sitemap-checker

1.0.2 • Public • Published

Sitemap checker

npm version

Eat sitemap url and return all the URL status codes.

Usage

const sitemapChecker = require('./')
 
sitemapChecker.sitemap("http://www.videolan.org/sitemap.xml")
    .then(function (data) {
        console.log(data)
    })

Package Sidebar

Install

npm i sitemap-checker

Weekly Downloads

2

Version

1.0.2

License

GPL-3.0

Last publish

Collaborators

  • tmos