]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - README.md
Add maintenance status badge
[github/fretlink/hmacaroons.git] / README.md
index 994cb4b3fcee6d48398965fd2239153ac87a9800..8aed96054b55af27d518da1b72d107f84bfa3e6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
 Macaroons: Pure haskell implementation of macaroons
 ===================================================
 
+![Maintenance Status](https://img.shields.io/badge/maintenance%20status-needs%20love-ff69b4.svg)
+[![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons)
+[![Coverage Status](https://coveralls.io/repos/jtanguy/hmacaroons/badge.svg?branch=master&service=github)](https://coveralls.io/github/jtanguy/hmacaroons?branch=master)
+[![Join the chat at https://gitter.im/jtanguy/hmacaroons](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jtanguy/hmacaroons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+
 Macaroons is a pure haskell implementation of macaroons. It aims to provide
 compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons)
 and the [python implementation](https://github.com/ecordell/pymacaroons)
@@ -26,14 +31,6 @@ Implementations
 
 - [C](https://github.com/rescrv/libmacaroons)
 - [Java](https://github.com/nitram509/jmacaroons)
-- [Python](https://github.com/ecordell/pymacaroons)
 - [Node.js](https://github.com/nitram509/macaroons.js)
-
-TODO
-====
-
-- Verify Macaroons
-- Discharge Macaroons
-- JSON serialization
-- Quickcheck tests
-- Error handling
+- [Python](https://github.com/ecordell/pymacaroons)
+- [Rust](https://github.com/cryptosphere/rust-macaroons.git)