Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ralphtheninja/btcprogress
- Owner: ralphtheninja
- License: mit
- Created: 2013-06-03T16:42:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T20:55:45.000Z (almost 6 years ago)
- Last Synced: 2024-10-16T23:21:06.791Z (about 1 month ago)
- Topics: bitcoin, funding
- Language: HTML
- Size: 30.3 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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