From 18952c7c2b45a751532e7dd878a324d8aa445504 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Fri, 5 Oct 2018 12:41:40 +0200 Subject: [PATCH] Added badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85498de..13775e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # DbPicSync Lets you convert any files/folders to pictures to store on free unlimited amazon photo storage. +[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbPicSync.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbPicSync) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/430be3218ad04825b1fb594121d473c6)](https://www.codacy.com/app/0xFEEDC0DE64/DbPicSync?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbPicSync&utm_campaign=Badge_Grade) + Amazon offers prime customers 5GB free cloud storage in [amazon drive](https://www.amazon.com/clouddrive) and unlimited storage for photos. This tool lets you convert any file/folder structure from your existing NAS or external HDD into such photos! @@ -14,7 +16,7 @@ The generated folders looks like this: After uploading tons of random data your storage usage might look like this: ![Hundrets of gigabytes use no storage on amazon](https://raw.githubusercontent.com/0xFEEDC0DE64/DbPicSync/master/amazon.png) -# Building from source +## Building from source This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware) ```Shell