From 3078dd23650146d47a89dd3995b23f3ccbb4d1de Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Wed, 21 Jan 2015 03:19:35 +0300 Subject: [PATCH] Add npm image to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e06f05..e0733fe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # bitmessage [![Build Status](https://travis-ci.org/bitchan/bitmessage.svg?branch=master)](https://travis-ci.org/bitchan/bitmessage) +[![NPM](https://nodei.co/npm/bitmessage.png)](https://www.npmjs.com/package/bitmessage) + JavaScript Bitmessage library for both browserify and node. The goal of this project is to implement Bitmessage protocol v3 for both platforms at the maximum possible level (we still can't create TCP connections or listen for incoming connections in the Browser but the Proof of work and crypto is fully doable). Public library API is currently in alpha stage, breaking changes are very likely to happen.