Add support for pagespeed

This commit is contained in:
lowlighter
2020-09-17 13:46:17 +02:00
parent 22d732c3f8
commit 62413b7d9d
15 changed files with 314 additions and 118 deletions

View File

@@ -250,6 +250,7 @@ systemctl status github_metrics
* `src/query.graphql` is the GraphQL query which is sent to GitHub API
* `src/style.css` contains the style for the generated svg image metrics
* `src/template.svg` contains the structure of the generated svg image metrics
* `src/plugins/*` contains various additional plugins which can add additional informations in generated metrics
* `action/index.mjs` contains the GitHub action code
* `action/dist/index.js` contains compiled the GitHub action code
* `utils/*` contains various utilitaries for build
@@ -295,3 +296,4 @@ This project was inspired by the following projects :
* [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats)
* [jstrieb/github-stats](https://github.com/jstrieb/github-stats)
* [ankurparihar/readme-pagespeed-insights](https://github.com/ankurparihar/readme-pagespeed-insights)