cthos / phantom-jetstream

Phantomjs script for logging of page resource timing.
6 stars 1 forks source link

Create a Report formatter for google pagespeedinsights api results #5

Closed cthos closed 9 years ago

cthos commented 9 years ago

I want to be able to take the results from https://github.com/google/google-api-nodejs-client/ (specifically the pagespeedonline parameter) and pass that information into a report formatter.

This way we can put pagespeed results into the report generated at the end of execution (optionally).

cthos commented 9 years ago

The main problem with this seems to be that running the node package is spewing errors. However, I can probably use the CLI client to get the JSON directly instead of using the package.