summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-09-05 15:28:08 +0200
committerGitHub <noreply@github.com>2017-09-05 15:28:08 +0200
commitb87dd8dc585aa70c739f51513505ed0c3cf18e9f (patch)
tree8dabd5cca6a3a335e0f97a225398d9eab69bc95b
parent22ca89def791e87e69931807744080c62ed6072d (diff)
parent2dee4ec4a825eb3743c3e1e33bb1edcd193737d9 (diff)
Merge pull request #1 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c9f951..37879e8 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,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