summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Codacy Badger <badger@codacy.com>2017-09-05 08:16:40 +0000
committerThe Codacy Badger <badger@codacy.com>2017-09-05 08:16:40 +0000
commit2dee4ec4a825eb3743c3e1e33bb1edcd193737d9 (patch)
treea165f457349d103e4552fefbcf37b0c7f9dd69ef
parent0825f0e49be9c652ad6b8733271cab6ba975b848 (diff)
Add Codacy badge
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2849b01..9f78acc 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ sudo pip install Flask
### web.py
+[![Codacy Badge](https://api.codacy.com/project/badge/Grade/09f814cd759f4d7eaac5a650c8114fef)](https://www.codacy.com/app/dunkerC/Stout?utm_source=github.com&utm_medium=referral&utm_content=dcariotti/Stout&utm_campaign=badger)
+
Il software dispone di un client per il web in modo da visualizzare la lista dei todo in modo piĆ¹ comodo. _Necessita dell'installazione del microframework Flask_. Per avviarlo:
```bash