-
Notifications
You must be signed in to change notification settings - Fork 9.6k
docs(readme): related project: lighthouse-persist #9161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(readme): related project: lighthouse-persist #9161
Conversation
readme.md
Outdated
| ## Related Projects | ||
| Other awesome open source projects that use Lighthouse. | ||
|
|
||
| * **[@foo-software/lighthouse-persist](https://github.com/foo-software/lighthouse-persist)** - Run Lighthouse and upload HTML reports to an AWS S3 account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the scoped package name as it appears on NPM since theoretically another package could be introduced with the same name. Please let me know if you think it should simply be lighthouse-persist and I’ll change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I would just put it as lighthouse-persist and then move it in-between lighthouse-mocha-example and lighthouse4u.
Does it make sense to call it an S3 account? Afaik it is an AWS account with S3 Buckets, not really an S3 account?
* **[lighthouse-persist](https://github.com/foo-software/lighthouse-persist)** - Run Lighthouse and upload HTML reports to AWS S3 buckets.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @exterkamp - good point. Updated in fe554f4.
exterkamp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
patrickhulce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
Adds
lighthouse-persistto the "Related Projects" section.lighthouse-persistis an open-source project that runs Lighthouse, provides result data and uploads an HTML report to a user's AWS S3 account.