From e47e79b102fd0826daf7d7f33553b12b6b7ec8eb Mon Sep 17 00:00:00 2001 From: Ankur Parihar <26161041+ankurparihar@users.noreply.github.com> Date: Mon, 10 Aug 2020 13:32:48 +0530 Subject: [PATCH] Added pagespeed-insights tool This tool can generate a website's PageSpeed score in svg format. This svg is animated and can be attached to GitHub README which looks good upon viewing. An example: https://github.com/ankurparihar/ankurparihar.github.io#readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4142d87..4fea22d 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ - [Github Profile README Generator](https://github.com/arturssmirnovs/github-profile-readme-generator) - This project allows you to create nice and simple github profile readme files. - [Profile Readme Stats](https://github.com/marketplace/actions/profile-readme-stats) - [Github Action] Showcase your github stats on your profile README.md - [README Jokes](https://github.com/ABSphreak/readme-jokes) - Random dev jokes in your GitHub README. +- [PageSpeed score](https://github.com/ankurparihar/readme-pagespeed-insights) - Generate website's PageSpeed score in animated svg form which can be used in GitHub README ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell*