]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - README.md
Fix typo in secure var
[github/fretlink/hmacaroons.git] / README.md
index 45b84e0d4f7aba6c7e15066fec67b940a5b50c0d..da7746204ea6c4fcf01f8b3cafb22056fc7d7bb2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Macaroons: Pure haskell implementation of macaroons
+Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons)
 ===================================================
 
 Macaroons is a pure haskell implementation of macaroons. It aims to provide
@@ -26,13 +26,6 @@ Implementations
 
 - [C](https://github.com/rescrv/libmacaroons)
 - [Java](https://github.com/nitram509/jmacaroons)
+- [Node.js](https://github.com/nitram509/macaroons.js)
 - [Python](https://github.com/ecordell/pymacaroons)
-
-TODO
-====
-
-- Verify Macaroons
-- Discharge Macaroons
-- JSON serialization
-- Quickcheck tests
-- Error handling
+- [Rust](https://github.com/cryptosphere/rust-macaroons.git)