hyakkiyako
v0.0.2
Published
creat list of all pages by phantomjs
Downloads
1
Readme
hyakkiyako
A utility for nodejs, pass a list of the pages within the site. using phantomjs.
install
npm install --save-dev hyakkiyako
example
var hyakkiyako = require('hyakkiyako');
hyakkiyako('https://www.npmjs.com/')
.then( function( listOfPages ){
/*
do stuff
*/
});
current todo
See here