From 3dce7e5521b520e264172c0f4c5c73e5a6275ce1 Mon Sep 17 00:00:00 2001 From: Yury Popov Date: Tue, 21 Jun 2016 22:52:19 +0300 Subject: [PATCH] Add more badges to project --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4418f0..f60a49e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Certificate common names extract library -[![NPM version](https://badge.fury.io/js/certnames.svg)](https://www.npmjs.com/package/certnames) +[![NPM](https://nodei.co/npm/certnames.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/certnames/) + +[![npm](https://img.shields.io/npm/v/certnames.svg)](https://www.npmjs.com/package/certnames) +[![npm](https://img.shields.io/npm/l/certnames.svg)](https://www.npmjs.com/package/certnames) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) +[![npm](https://img.shields.io/npm/dm/certnames.svg)](https://www.npmjs.com/package/certnames) +[![build](https://git.phoenix.dj/phoenix/node-certnames/badges/master/build.svg)](https://git.phoenix.dj/phoenix/node-certnames/build) This module provides API to get SSL certificate common names list.