Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ralphtheninja/btcprogress

Bitcoin progress meter
https://github.com/ralphtheninja/btcprogress

bitcoin funding

Last synced: 20 days ago
JSON representation

Bitcoin progress meter

Awesome Lists containing this project

README

        

# btcprogress

Uses data from blockchain.info and returns a png progressbar for the current funding of the provided address. I had to shut down the online service
for financial reasons but you can host it yourself very easily.

[![Build Status](https://travis-ci.org/ralphtheninja/btcprogress.svg?branch=master)](https://travis-ci.org/ralphtheninja/btcprogress)
[![Greenkeeper badge](https://badges.greenkeeper.io/ralphtheninja/btcprogress.svg)](https://greenkeeper.io/)

## Usage

Include a bar showing progress towards a funding target like this:

```


```

Currently, this project just exports a express style middleware, that you can include in your own servers.

``` js
require('http').createServer(require('btcprogress')).listen(8000)
```

## License

MIT