From 52ca627aed9d5e6f6369fb5a87fc342b4b166a70 Mon Sep 17 00:00:00 2001 From: StanGirard Date: Thu, 16 Jul 2020 00:01:52 +0200 Subject: [PATCH] [README] changed information order --- README.md | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index bdff0a5..403ee00 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,28 @@ You can access the dashboard by going to [localhost:5000](http://localhost:5000) If needed create a `.env` file with information that you would like to overload from config.py +## Screenshots + +### SERP Rank + +![](examples/SERP-rank.png) + +### Internal Links Graphs + +![](examples/graphs.png) + +### Keywords Finder + +![](examples/keywords-finder.png) + +### Lighthouse Audit + +![](examples/lighthouse-primates.png) + +### Images Extractor + +![](examples/images.png) + ## API ### Lighthouse @@ -135,24 +157,4 @@ If needed create a `.env` file with information that you would like to overload | **POST** | Deletes ranks by ID | `/api/rank/delete` | `id` | -## Screenshots - -### SERP Rank - -![](examples/SERP-rank.png) -### Internal Links Graphs - -![](examples/graphs.png) - -### Keywords Finder - -![](examples/keywords-finder.png) - -### Lighthouse Audit - -![](examples/lighthouse-primates.png) - -### Images Extractor - -![](examples/images.png)