Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add more badges to project
  • Loading branch information
djphoenix committed Jun 21, 2016
1 parent 066c6b0 commit 3dce7e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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.

Expand Down

0 comments on commit 3dce7e5

Please sign in to comment.