https://github.com/ralphtheninja/btcprogress
Bitcoin progress meter
https://github.com/ralphtheninja/btcprogress
bitcoin funding
Last synced: 3 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T20:55:45.000Z (almost 7 years ago)
- Last Synced: 2024-12-27T17:39:49.043Z (10 months 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.[](https://travis-ci.org/ralphtheninja/btcprogress)
[](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