diff --git a/.github/README.md b/.github/README.md index e1576e9..1c1e606 100644 --- a/.github/README.md +++ b/.github/README.md @@ -48,6 +48,8 @@ The aim is to help you easily understand, optimize and secure your website. +[![Screenshot](https://i.ibb.co/r0jXN6s/web-check.png)](https://github.com/Lissy93/web-check/tree/master/.github/screenshots) + ### Live Demo A hosted version can be accessed at: **[web-check.as93.net](https://web-check.as93.net)** @@ -783,8 +785,6 @@ But there are some optional environmental variables that you can set to give you Note that keys that are prefixed with `REACT_APP_` are used client-side, and as such they must be scoped correctly with minimum privileges. -# Configuration settings - **API Keys & Credentials**: - `GOOGLE_CLOUD_API_KEY` - A Google API key ([get here](https://cloud.google.com/api-gateway/docs/authenticate-api-keys)). This can be used to return quality metrics for a site - `REACT_APP_SHODAN_API_KEY` - A Shodan API key ([get here](https://account.shodan.io/)). This will show associated host names for a given domain diff --git a/.github/screenshots/README.md b/.github/screenshots/README.md new file mode 100644 index 0000000..508377f --- /dev/null +++ b/.github/screenshots/README.md @@ -0,0 +1 @@ +[Screenshot](https://raw.githubusercontent.com/Lissy93/web-check/HEAD/.github/screenshots/web-check-screenshot2.png) diff --git a/.github/screenshots/web-check-screenshot10.png b/.github/screenshots/web-check-screenshot10.png new file mode 100644 index 0000000..a6de1f3 Binary files /dev/null and b/.github/screenshots/web-check-screenshot10.png differ diff --git a/.github/screenshots/web-check-screenshot2.png b/.github/screenshots/web-check-screenshot2.png new file mode 100644 index 0000000..f8c47b7 Binary files /dev/null and b/.github/screenshots/web-check-screenshot2.png differ diff --git a/.github/screenshots/web-check-screenshot4.png b/.github/screenshots/web-check-screenshot4.png new file mode 100644 index 0000000..8bb3313 Binary files /dev/null and b/.github/screenshots/web-check-screenshot4.png differ