phantom-stats
v0.2.2
Published
Use phantomjs netsniff example to load a web page and extract a HAR file, then extract a summary of page components
Readme
phantom-stats
Use (PhantomJs) NetSniff.js to build a har file then build a summary according to har-summary
Installation
npm install phantom-stats
or npm install -g phantom-stats
Usage
node_modules/.bin/phantom-stats http://www.somewebsite.com
or phantom-stats http://www.somewebsite.com
Usage as a module
require('phantom-stats').run('http://somewebsite.com', function(result) { console.log(result); });From source
Installation
git clone [email protected]:furybyname/phantom-stats.git
cd phantom-stats
npm install
grunt coffee
Usage
node bin/phantom-stats http://somewebsite.com
