Browse Source

Ready to Test

master
Gregory Rudolph 2 years ago
parent
commit
f1f0ff3668
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 15
      README.md

15
README.md

@ -1,3 +1,16 @@ @@ -1,3 +1,16 @@
# SecREST
Secret REST service using OpenPGP.js
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)

Loading…
Cancel
Save