From a4382d14339ff092a558a27370494cb9761e6bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Yaz=C4=B1c=C4=B1o=C4=9Flu?= Date: Sun, 23 Nov 2014 14:50:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b35a431..c6649fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Simple File Uploader === +[![Code Climate](https://codeclimate.com/github/merty/simple-file-uploader/badges/gpa.svg)](https://codeclimate.com/github/merty/simple-file-uploader) + Simple File Uploader is a file uploader written using HTML5 and Node.js. It can upload both to a local directory on the server or to an AWS S3 server. Clearly, it is not a revolutionary file uploader that will change the way mankind upload their files. Seeing that many people are actually interested in both HTML5 File API and Node.js, decided to write a simple file uploader application as many of the examples out there are not clear enough for beginners. Hope this helps! @@ -24,4 +26,4 @@ Usage License --- -This application is released under the MIT License. See the `LICENSE` file for details. \ No newline at end of file +This application is released under the MIT License. See the `LICENSE` file for details.