🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

phantomjs-sitemap-generator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phantomjs-sitemap-generator

PhantomJS sitemap generator

latest
npmnpm
Version
0.1.6
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

web-crawler

FAQs

Package last updated on 29 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts