diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-05 15:28:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 15:28:08 +0200 |
commit | b87dd8dc585aa70c739f51513505ed0c3cf18e9f (patch) | |
tree | 8dabd5cca6a3a335e0f97a225398d9eab69bc95b | |
parent | 22ca89def791e87e69931807744080c62ed6072d (diff) | |
parent | 2dee4ec4a825eb3743c3e1e33bb1edcd193737d9 (diff) |
Merge pull request #1 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |