From f1f0ff36682cbd78fc824c3c408ed4cdc014533c Mon Sep 17 00:00:00 2001 From: Rudi Date: Sat, 23 Apr 2022 10:53:17 -0400 Subject: [PATCH] Ready to Test --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a267c62..c23a39f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ + # SecREST -Secret REST service using OpenPGP.js \ No newline at end of file +A secure REST wrapper around [gorilla/mux](https://github.com/gorilla/mux) +## Badges + +[![GPLv3 License](https://img.shields.io/badge/License-LGPL%20v3-green.svg)](https://opensource.org/licenses/) +[![Build Status](https://drone.nightmare.haus/api/badges/rudi/SecREST/status.svg)](https://drone.nightmare.haus/api/badges/rudi/SecREST) +[![Go Report Card](https://goreportcard.com/badge/git.hugfreevikings.wtf/rudi/SecREST)](https://goreportcard.com/badge/git.hugfreevikings.wtf/rudi/SecREST) +[![Documentation](https://godoc.org/git.hugfreevikings.wtf/rudi/SecREST?status.svg)](https://godoc.org/git.hugfreevikings.wtf/rudi/SecREST) +## Acknowledgements + + - [ProtonMail Helper Library](https://github.com/ProtonMail/gopenpgp/v2/helper) + - [Google UUID](https://github.com/google/uuid) + - [gorilla/mux](https://github.com/gorilla/mux) +