Package Exports
- phantomjs-sitemap-generator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (phantomjs-sitemap-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
phantomjs-sitemap-generator
A nodejs module to generate sitemaps using PhantomJS
It can fetch AngularJS websites (or similar JS frameworks/libraries)
EXAMPLES
Simple example:
var PSG = require("phantomjs-sitemap-generator");
var p = new PSG( 'http://www.blocknot.es', { verbose: true } );
p.crawl();See examples folder for more.