From dcbd0c53384eb3e43b574f957c36c78bebac5beb Mon Sep 17 00:00:00 2001 From: Supereg Date: Sun, 12 Apr 2020 19:34:36 +0200 Subject: [PATCH] Adding badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ffc0c3..c0448ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ fast-srp-hap === +![NPM-Version](https://badgen.net/npm/v/fast-srp-hap) +![NPM-Downloads](https://badgen.net/npm/dt/fast-srp-hap) +![Node-CI](https://github.com/homebridge/fast-srp/workflows/Node-CI/badge.svg) + Is a pure [NodeJS](https://nodejs.org/) implementation of the [SRP6a protocol](http://srp.stanford.edu/). It's a derived work of [Jed Parson](http://jedparsons.com/)'s [node-srp](https://github.com/jedp/node-srp) and [Tom Wu](http://www-cs-students.stanford.edu/~tjw/)'s [jsbn](http://www-cs-students.stanford.edu/~tjw/jsbn/).