Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nstevens1040/btcdonate
Webpage for Bitcoin donations.
https://github.com/nstevens1040/btcdonate
bitcoin bitcoin-address bitcoin-donations bitcoin-payment blockchain blockchain-info exchange-rate html javascript jquery webpage
Last synced: 3 days ago
JSON representation
Webpage for Bitcoin donations.
- Host: GitHub
- URL: https://github.com/nstevens1040/btcdonate
- Owner: nstevens1040
- License: mit
- Created: 2021-02-04T03:12:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T18:59:35.000Z (over 3 years ago)
- Last Synced: 2024-10-12T20:22:38.259Z (about 1 month ago)
- Topics: bitcoin, bitcoin-address, bitcoin-donations, bitcoin-payment, blockchain, blockchain-info, exchange-rate, html, javascript, jquery, webpage
- Language: HTML
- Homepage:
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# btcdonate
**Webpage for Bitcoin donations**The actual github-pages website is here --> [https://nstevens1040.github.io/btcdonate](https://nstevens1040.github.io/btcdonate)
The webpage calls api endpoints **/ticker** and **/q/getreceivedbyaddress** hosted on [https://blockchain.info](https://blockchain.info) for exchange rate retrieval and for detecting a change in my Bitcoin balance, respectively.
My P2SH Bitcoin receiving address is hard coded into the webpage.
## Features
- The exchange rate is live and updates every 5 seconds.
- Typing a Bitcoin amount automatically calculates the dollar amount.
- Typing in a dollar amount automatically calculates the Bitcoin amount.