sitemapper
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sitemapper", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Parser for XML Sitemaps to be used with Robots.txt and web crawlers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
## Sitemap-parser | ||
## Sitemap-parser [![Build Status](https://travis-ci.org/hawaiianchimp/sitemap-parser.svg?branch=master)](https://travis-ci.org/hawaiianchimp/sitemap-parser) [![Monthly Downloads](https://img.shields.io/npm/dm/sitemapper.svg)](https://www.npmjs.com/package/sitemapper) | ||
@@ -9,3 +9,3 @@ Parse through sitemaps to get all the urls for your crawler. | ||
sitemap.getSites('http://www.cbs.com/sitemaps/show/show_siteMap_index.xml', function(err, sites) { | ||
sitemap.getSites('http://wp.seantburke.com/sitemap.xml', function(err, sites) { | ||
if(!err) { | ||
@@ -12,0 +12,0 @@ console.log(sites); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4305