README
v8codecov
v8codecov is a tool to extract JSON Objects for V8 Code Coverage for JS and CSS. Chrome DevTools Protocol Viewer APIs are used for the same.
v8codecov takes your website name as input and throws correspoding V8 Code Coverage Objects for JS and CSS.
Example usage
var codecov = require('v8codecov');
codecov('https://news.ycombinator.com');
Update! (10th Feb, 2018) : Functioning correctly now. Dependency issue resolved.
Issues and PRs welcome 🤗(on Github).