Skip to content

furybyname/phantom-stats

Repository files navigation

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 git@github.com:furybyname/phantom-stats.git

cd phantom-stats

npm install

grunt coffee

Usage

node bin/phantom-stats http://somewebsite.com

About

Use phantomjs netsniff example to load a web page and extract a HAR file, then extract a summary of page components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published